Searched refs:dir_entry (Results 1 – 3 of 3) sorted by relevance
481 dirent* dir_entry; in Create() local484 while ((dir_entry = readdir(proc_fd_dir)) != nullptr) { in Create()485 const int fd = ParseFd(dir_entry, dir_fd); in Create()516 dirent* dir_entry; in Restat() local517 while ((dir_entry = readdir(proc_fd_dir)) != nullptr) { in Restat()518 const int fd = ParseFd(dir_entry, dir_fd); in Restat()626 int FileDescriptorTable::ParseFd(dirent* dir_entry, int dir_fd) { in ParseFd() argument628 const int fd = strtol(dir_entry->d_name, &end, 10); in ParseFd()
75 for dir_entry in os.listdir(zip_path):76 if dir_entry == file_basename:77 matched = os.path.join(zip_path, dir_entry)
1121 struct dirent* dir_entry; in collect_profiles() local1122 while ((dir_entry = readdir(d))) { in collect_profiles()1123 std::string name = dir_entry->d_name; in collect_profiles()1126 if (dir_entry->d_type == DT_REG) { in collect_profiles()1138 } else if (dir_entry->d_type == DT_DIR) { in collect_profiles()