Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dutils.cpp999 static bool collect_profiles(DIR* d, in collect_profiles() function
1045 bool new_result = collect_profiles(subdir, local_path, profiles_paths); in collect_profiles()
1056 bool collect_profiles(std::vector<std::string>* profiles_paths) { in collect_profiles() function
1061 return collect_profiles(d, android_profiles_dir, profiles_paths); in collect_profiles()
Dutils.h143 bool collect_profiles(std::vector<std::string>* profiles_paths);
Ddexopt.cpp2708 if (!collect_profiles(&profiles)) { in create_boot_image_profile_snapshot()
/frameworks/native/cmds/installd/tests/
Dinstalld_dexopt_test.cpp1055 collect_profiles(&profiles); in TEST_F()