Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dutils.cpp1069 std::vector<std::string>* profiles_paths) { in collect_profiles() argument
1090 profiles_paths->push_back(local_path); in collect_profiles()
1113 bool new_result = collect_profiles(subdir, local_path, profiles_paths); in collect_profiles()
1124 bool collect_profiles(std::vector<std::string>* profiles_paths) { in collect_profiles() argument
1129 return collect_profiles(d, android_profiles_dir, profiles_paths); in collect_profiles()
Dutils.h157 bool collect_profiles(std::vector<std::string>* profiles_paths);