Lines Matching refs:DIR
76 DIR* dir = opendir(root_path.c_str()); in resolve_ce_path_by_inode_or_fallback()
354 DIR* dir = opendir(path.c_str()); in get_known_users()
478 static int _delete_dir_contents(DIR *d, in _delete_dir_contents()
499 DIR *subdir; in _delete_dir_contents()
577 DIR *d; in delete_dir_contents()
601 DIR *d; in delete_dir_contents_fd()
641 DIR *ds = fdopendir(sdfd); in _copy_dir_files()
688 DIR *ds = nullptr; in copy_dir_files()
689 DIR *dd = nullptr; in copy_dir_files()
792 DIR* dir = opendir(parent.c_str()); in read_path_inode()
1067 static bool collect_profiles(DIR* d, in collect_profiles()
1107 DIR* subdir = Fdopendir(std::move(subdir_fd)); in collect_profiles()
1125 DIR* d = opendir(android_profiles_dir.c_str()); in collect_profiles()