Home
last modified time | relevance | path

Searched refs:dir_fd (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/jni/
Dfd_utils.cpp441 int dir_fd = dirfd(d); in Create() local
446 const int fd = ParseFd(e, dir_fd); in Create()
484 int dir_fd = dirfd(d); in Restat() local
487 const int fd = ParseFd(e, dir_fd); in Restat()
608 int FileDescriptorTable::ParseFd(dirent* e, int dir_fd) { in ParseFd() argument
617 if (fd <= STDERR_FILENO || fd == dir_fd) { in ParseFd()
Dfd_utils.h93 static int ParseFd(dirent* e, int dir_fd);
/frameworks/native/cmds/installd/
Dutils.cpp1002 int32_t dir_fd = dirfd(d); in collect_profiles() local
1003 if (dir_fd < 0) { in collect_profiles()
1031 unique_fd subdir_fd(openat(dir_fd, name.c_str(), in collect_profiles()