HomeSort by relevance Sort by last modified time
    Searched refs:create_snapshot_profile_path (Results 1 - 6 of 6) sorted by null

  /frameworks/native/cmds/installd/
utils.h 91 std::string create_snapshot_profile_path(
utils.cpp 298 std::string create_snapshot_profile_path(const std::string& package, function in namespace:android::installd
    [all...]
dexopt.cpp 685 std::string profile = create_snapshot_profile_path(package_name, location);
    [all...]
InstalldNativeService.cpp     [all...]
  /frameworks/native/cmds/installd/tests/
installd_utils_test.cpp 403 EXPECT_EQ(expected_base, create_snapshot_profile_path("com.example", "primary.prof"));
407 EXPECT_EQ(expected_split, create_snapshot_profile_path("com.example", "split.prof"));
installd_dexopt_test.cpp 684 snap_profile_ = create_snapshot_profile_path(package_name_, kPrimaryProfile);
    [all...]

Completed in 80 milliseconds