Searched defs:profile_name (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/cmds/installd/ |
D | otapreopt_parameters.h | 48 const char* profile_name; variable
|
D | dexopt.cpp | 917 const std::string& profile_name) { in analyze_primary_profiles() 957 bool dump_profiles(int32_t uid, const std::string& pkgname, const std::string& profile_name, in dump_profiles() 1011 uid_t packageUid, const std::string& package_name, const std::string& profile_name) { in copy_system_profile() 1363 const std::string& dex_path, const char* profile_name, bool profile_guided, in maybe_open_reference_profile() 1954 bool downgrade, int target_sdk_version, const char* profile_name, in dexopt() 2639 const std::string& profile_name, in create_app_profile_snapshot() 2684 const std::string& profile_name, in create_boot_image_profile_snapshot() 2765 const std::string& profile_name, const std::string& classpath) { in create_profile_snapshot() 2776 const std::string& profile_name, in prepare_app_profile()
|
D | utils.cpp | 299 const std::string& profile_name) { in create_snapshot_profile_path()
|
D | InstalldNativeService.cpp | 1972 const char* profile_name = getCStr(profileName); in dexopt() local
|
/frameworks/native/cmds/installd/tests/ |
D | installd_dexopt_test.cpp | 773 void preparePackageProfile(const std::string& package_name, const std::string& profile_name, in preparePackageProfile()
|