Home
last modified time | relevance | path

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

/system/core/libprocinfo/
Dprocess.cpp38 unique_fd dirfd(open(path, O_DIRECTORY | O_RDONLY)); in GetProcessInfo() local
/system/vold/
DUtils.cpp619 int dirfd = open(path.c_str(), O_RDONLY | O_DIRECTORY | O_CLOEXEC); in GetTreeBytes() local
775 bool Readlinkat(int dirfd, const std::string& path, std::string* result) { in Readlinkat()