Lines Matching refs:DIR
89 DIR* dir = opendir(root_path.c_str()); in resolve_ce_path_by_inode_or_fallback()
403 DIR* dir = opendir(path.c_str()); in get_known_users()
564 static int _delete_dir_contents(DIR *d, in _delete_dir_contents()
585 DIR *subdir; in _delete_dir_contents()
663 DIR *d; in delete_dir_contents()
734 void operator()(DIR* d) const noexcept { ::closedir(d); } in open_dir()
736 return std::unique_ptr<DIR, DirCloser>(::opendir(dir)); in open_dir()
806 DIR *d; in delete_dir_contents_fd()
846 DIR *ds = fdopendir(sdfd); in _copy_dir_files()
893 DIR *ds = nullptr; in copy_dir_files()
894 DIR *dd = nullptr; in copy_dir_files()
997 DIR* dir = opendir(parent.c_str()); in read_path_inode()
1334 static bool collect_profiles(DIR* d, in collect_profiles()
1374 DIR* subdir = Fdopendir(std::move(subdir_fd)); in collect_profiles()
1392 DIR* d = opendir(android_profiles_dir.c_str()); in collect_profiles()