Home
last modified time | relevance | path

Searched defs:dirfd (Results 1 – 2 of 2) sorted by relevance

/system/vold/
DVolumeManager.cpp474 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() local
1269 int dirfd = open(mountPoint, O_DIRECTORY | O_CLOEXEC); in fixupAsecPermissions() local
1577 int dirfd = open(dir, O_DIRECTORY | O_CLOEXEC); in isAsecInDirectory() local
DUtils.cpp497 int dirfd = open(path.c_str(), O_DIRECTORY, O_RDONLY); in GetTreeBytes() local