Home
last modified time | relevance | path

Searched refs:collect_profiles (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/cmds/installd/
Dutils.h164 bool collect_profiles(std::vector<std::string>* profiles_paths);
Dutils.cpp1112 static bool collect_profiles(DIR* d, in collect_profiles() function
1158 bool new_result = collect_profiles(subdir, local_path, profiles_paths); in collect_profiles()
1169 bool collect_profiles(std::vector<std::string>* profiles_paths) { in collect_profiles() function
1174 return collect_profiles(d, android_profiles_dir, profiles_paths); in collect_profiles()
Ddexopt.cpp2887 if (!collect_profiles(&profiles)) { in create_boot_image_profile_snapshot()
/frameworks/native/cmds/installd/tests/
Dinstalld_dexopt_test.cpp1312 collect_profiles(&profiles); in TEST_F()