Home
last modified time | relevance | path

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

/system/vold/bench/inodeop_bench/
Dinodeop_bench.cpp150 int dir_fd = open(dir.c_str(), OPEN_DIR_FLAGS); in delete_files() local
170 int dir_fd = open(dir.c_str(), OPEN_DIR_FLAGS); in create_files() local
/system/core/debuggerd/tombstoned/
Dtombstoned.cpp194 borrowed_fd dir_fd() { return dir_fd_; } in dir_fd() function in CrashQueue