Skip to content
Snippets Groups Projects
Commit 1c0bfd24 authored by Colin Walters's avatar Colin Walters
Browse files

dirfd: Add glnx_ensure_dir()

Another one where we have a lot of inlines in ostree at least. Not the same as
`glnx_shutil_mkdir_p_at()` since in these cases we don't want automatic
intermediate dirs, and it's cheaper to just call `mkdirat()` and handle `EEXIST`
rather than do a `stat()` first.
parent 268ae488
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment