Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/installd/tests/
H A Dinstalld_dexopt_test.cpp942 static constexpr const char* kPrimaryProfile = "primary.prof"; member in android::installd::ProfileTest
947 kTestUserId, package_name_, kPrimaryProfile, /*is_secondary_dex*/ false); in SetUp()
948 ref_profile_ = create_reference_profile_path(package_name_, kPrimaryProfile, in SetUp()
950 snap_profile_ = create_snapshot_profile_path(package_name_, kPrimaryProfile); in SetUp()
973 appid, package_name, kPrimaryProfile, apk_path_, &result)); in createProfileSnapshot()
1129 ASSERT_BINDER_SUCCESS(service_->destroyProfileSnapshot(package_name_, kPrimaryProfile)); in TEST_F()
1165 kPrimaryProfile, /*is_secondary_dex*/false); in TEST_F()
1180 kPrimaryProfile, /*is_secondary_dex*/false); in TEST_F()
1263 kTestUserId, package_name, kPrimaryProfile, /*is_secondary_dex*/ false); in createAppProfilesForBootMerge()