Searched defs:dirfd (Results 1 – 2 of 2) sorted by relevance
474 static int sane_readlinkat(int dirfd, const char* path, char* buf, size_t bufsiz) { in sane_readlinkat()947 int dirfd = open(mountPoint, O_DIRECTORY | O_CLOEXEC); in createAsec() local1269 int dirfd = open(mountPoint, O_DIRECTORY | O_CLOEXEC); in fixupAsecPermissions() local1577 int dirfd = open(dir, O_DIRECTORY | O_CLOEXEC); in isAsecInDirectory() local
497 int dirfd = open(path.c_str(), O_DIRECTORY, O_RDONLY); in GetTreeBytes() local