Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/tests/
Dinstalld_dexopt_test.cpp1106 std::string ref_profile_dir = create_primary_reference_profile_package_dir_path(package_name_); in TEST_F() local
1109 CheckFileAccess(ref_profile_dir, kSystemUid, kTestAppGid, 0770 | S_IFDIR); in TEST_F()
1121 std::string ref_profile_dir = create_primary_reference_profile_package_dir_path(package_name_); in TEST_F() local
1124 ASSERT_EQ(0, chown(ref_profile_dir.c_str(), kTestAppGid, kTestAppGid)); in TEST_F()
1125 ASSERT_EQ(0, chmod(ref_profile_dir.c_str(), 0700)); in TEST_F()
1140 CheckFileAccess(ref_profile_dir, kSystemUid, kTestAppGid, 0770 | S_IFDIR); in TEST_F()
/frameworks/native/cmds/installd/
Ddexopt.cpp2859 const std::string ref_profile_dir = in create_boot_image_profile_snapshot() local
2861 if (fs_prepare_dir(ref_profile_dir.c_str(), 0770, AID_SYSTEM, AID_SYSTEM) != 0) { in create_boot_image_profile_snapshot()
2862 PLOG(ERROR) << "Failed to prepare " << ref_profile_dir; in create_boot_image_profile_snapshot()