Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dutils.h101 std::string create_snapshot_profile_path(
Dutils.cpp340 std::string create_snapshot_profile_path(const std::string& package, in create_snapshot_profile_path() function
Ddexopt.cpp671 std::string profile = create_snapshot_profile_path(package_name, location); in open_spnashot_profile()
DInstalldNativeService.cpp2080 std::string snapshot = create_snapshot_profile_path(packageName, profileName); in destroyProfileSnapshot()
/frameworks/native/cmds/installd/tests/
Dinstalld_utils_test.cpp405 EXPECT_EQ(expected_base, create_snapshot_profile_path("com.example", "primary.prof")); in TEST_F()
409 EXPECT_EQ(expected_split, create_snapshot_profile_path("com.example", "split.prof")); in TEST_F()
Dinstalld_dexopt_test.cpp824 snap_profile_ = create_snapshot_profile_path(package_name_, kPrimaryProfile); in SetUp()
1123 const std::string boot_profile = create_snapshot_profile_path("android", "android.prof"); in createBootImageProfileSnapshot()