Lines Matching refs:DIR
79 DIR* dir = opendir(root_path.c_str()); in resolve_ce_path_by_inode_or_fallback()
357 DIR* dir = opendir(path.c_str()); in get_known_users()
481 static int _delete_dir_contents(DIR *d, in _delete_dir_contents()
502 DIR *subdir; in _delete_dir_contents()
580 DIR *d; in delete_dir_contents()
604 DIR *d; in delete_dir_contents_fd()
644 DIR *ds = fdopendir(sdfd); in _copy_dir_files()
691 DIR *ds = nullptr; in copy_dir_files()
692 DIR *dd = nullptr; in copy_dir_files()
795 DIR* dir = opendir(parent.c_str()); in read_path_inode()
1115 static bool collect_profiles(DIR* d, in collect_profiles()
1155 DIR* subdir = Fdopendir(std::move(subdir_fd)); in collect_profiles()
1173 DIR* d = opendir(android_profiles_dir.c_str()); in collect_profiles()