Searched defs:dir_fd (Results 1 – 5 of 5) sorted by relevance
34 void HandleError(const std::string& temp_path, int* dir_fd, FILE** fp) { in HandleError()123 int dir_fd = open(directory_path.c_str(), O_RDONLY | O_DIRECTORY); in WriteToFile() local
94 android::base::unique_fd dir_fd(TEMP_FAILURE_RETRY(open(path.c_str(), O_DIRECTORY | O_RDONLY))); in fsyncDirectory() local
275 int dir_fd = -1; in config_save() local392 int dir_fd = -1; in checksum_save() local
150 int dir_fd = open(dir.c_str(), OPEN_DIR_FLAGS); in delete_files() local170 int dir_fd = open(dir.c_str(), OPEN_DIR_FLAGS); in create_files() local
193 borrowed_fd dir_fd() { return dir_fd_; } in dir_fd() function in CrashQueue