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 | 989 const std::string& profile_name) { in analyze_primary_profiles() 993 bool dump_profiles(int32_t uid, const std::string& pkgname, const std::string& profile_name, in dump_profiles() 1048 uid_t packageUid, const std::string& package_name, const std::string& profile_name) { in copy_system_profile() 1393 const std::string& dex_path, const char* profile_name, bool profile_guided, in maybe_open_reference_profile() 2091 bool downgrade, int target_sdk_version, const char* profile_name, in dexopt() 2796 const std::string& profile_name, in create_app_profile_snapshot() 2856 const std::string& profile_name, in create_boot_image_profile_snapshot() 2968 const std::string& profile_name, const std::string& classpath) { in create_profile_snapshot() 2979 const std::string& profile_name, in prepare_app_profile()
|
D | utils.cpp | 344 const std::string& profile_name) { in create_snapshot_profile_path()
|
D | InstalldNativeService.cpp | 2313 const char* profile_name = getCStr(profileName); in dexopt() local
|
/frameworks/native/cmds/installd/tests/ |
D | installd_dexopt_test.cpp | 362 std::optional<std::string> profile_name; in CompileSecondaryDex() local 483 std::string profile_name = "primary.prof"; in CompilePrimaryDex() local 980 void preparePackageProfile(const std::string& package_name, const std::string& profile_name, in preparePackageProfile()
|