Home
last modified time | relevance | path

Searched refs:profiles_paths (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/cmds/installd/
Dutils.cpp1117 std::vector<std::string>* profiles_paths) { in collect_profiles() argument
1138 profiles_paths->push_back(local_path); in collect_profiles()
1161 bool new_result = collect_profiles(subdir, local_path, profiles_paths); in collect_profiles()
1172 bool collect_profiles(std::vector<std::string>* profiles_paths) { in collect_profiles() argument
1177 return collect_profiles(d, android_profiles_dir, profiles_paths); in collect_profiles()
Dutils.h161 bool collect_profiles(std::vector<std::string>* profiles_paths);