Home
last modified time | relevance | path

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

/system/libprocinfo/
Dprocess.cpp38 unique_fd dirfd(open(path, O_DIRECTORY | O_RDONLY)); in GetProcessInfo() local
Dprocess_test.cpp167 android::base::unique_fd dirfd(open(tmp_dir.path, O_DIRECTORY | O_RDONLY)); in TEST() local
/system/core/debuggerd/tombstoned/
Dtombstoned.cpp411 static bool rename_tombstone_fd(borrowed_fd fd, borrowed_fd dirfd, const std::string& path) { in rename_tombstone_fd()
/system/vold/
DUtils.cpp978 int dirfd = open(path.c_str(), O_RDONLY | O_DIRECTORY | O_CLOEXEC); in GetTreeBytes() local
1159 bool Readlinkat(int dirfd, const std::string& path, std::string* result) { in Readlinkat()