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 | 680 const std::string& profile_name) { in analyze_primary_profiles() 684 bool dump_profiles(int32_t uid, const std::string& pkgname, const std::string& profile_name, in dump_profiles() 739 uid_t packageUid, const std::string& package_name, const std::string& profile_name) { in copy_system_profile() 985 const std::string& dex_path, const char* profile_name, bool profile_guided, in maybe_open_reference_profile() 1676 bool downgrade, int target_sdk_version, const char* profile_name, in dexopt() 2424 const std::string& profile_name, in create_app_profile_snapshot() 2484 const std::string& profile_name, in create_boot_image_profile_snapshot() 2596 const std::string& profile_name, const std::string& classpath) { in create_profile_snapshot() 2607 const std::string& profile_name, in prepare_app_profile()
|
D | utils.cpp | 341 const std::string& profile_name) { in create_snapshot_profile_path()
|
D | InstalldNativeService.cpp | 2428 const char* profile_name = getCStr(profileName); in dexopt() local
|
/frameworks/native/cmds/installd/tests/ |
D | installd_dexopt_test.cpp | 363 std::optional<std::string> profile_name; in CompileSecondaryDex() local 484 std::string profile_name = "primary.prof"; in CompilePrimaryDex() local 1039 void preparePackageProfile(const std::string& package_name, const std::string& profile_name, in preparePackageProfile()
|