Searched refs:ref_profile_dir (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/native/cmds/installd/tests/ |
H A D | installd_dexopt_test.cpp | 1166 std::string ref_profile_dir = create_primary_reference_profile_package_dir_path(package_name_); in TEST_F() local 1169 CheckFileAccess(ref_profile_dir, kSystemUid, kTestAppGid, 0770 | S_IFDIR); in TEST_F() 1181 std::string ref_profile_dir = create_primary_reference_profile_package_dir_path(package_name_); in TEST_F() local 1184 ASSERT_EQ(0, chown(ref_profile_dir.c_str(), kTestAppGid, kTestAppGid)); in TEST_F() 1185 ASSERT_EQ(0, chmod(ref_profile_dir.c_str(), 0700)); in TEST_F() 1200 CheckFileAccess(ref_profile_dir, kSystemUid, kTestAppGid, 0770 | S_IFDIR); in TEST_F()
|
/aosp12/frameworks/native/cmds/installd/ |
H A D | dexopt.cpp | 2487 const std::string ref_profile_dir = in create_boot_image_profile_snapshot() local 2489 if (fs_prepare_dir(ref_profile_dir.c_str(), 0770, AID_SYSTEM, AID_SYSTEM) != 0) { in create_boot_image_profile_snapshot() 2490 PLOG(ERROR) << "Failed to prepare " << ref_profile_dir; in create_boot_image_profile_snapshot()
|