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.h91 std::string create_snapshot_profile_path(
Dutils.cpp298 std::string create_snapshot_profile_path(const std::string& package, in create_snapshot_profile_path() function
Ddexopt.cpp685 std::string profile = create_snapshot_profile_path(package_name, location); in open_spnashot_profile()
DInstalldNativeService.cpp1934 std::string snapshot = create_snapshot_profile_path(packageName, profileName); in destroyProfileSnapshot()
/frameworks/native/cmds/installd/tests/
Dinstalld_utils_test.cpp403 EXPECT_EQ(expected_base, create_snapshot_profile_path("com.example", "primary.prof")); in TEST_F()
407 EXPECT_EQ(expected_split, create_snapshot_profile_path("com.example", "split.prof")); in TEST_F()
Dinstalld_dexopt_test.cpp684 snap_profile_ = create_snapshot_profile_path(package_name_, kPrimaryProfile); in SetUp()
989 const std::string boot_profile = create_snapshot_profile_path("android", "android.prof"); in createBootImageProfileSnapshot()