Searched refs:ref_profile_dir (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/cmds/installd/tests/ |
D | installd_dexopt_test.cpp | 1326 std::string ref_profile_dir = create_primary_reference_profile_package_dir_path(package_name_); in TEST_F() local 1329 CheckFileAccess(ref_profile_dir, kSystemUid, kTestAppGid, 0770 | S_IFDIR); in TEST_F() 1341 std::string ref_profile_dir = create_primary_reference_profile_package_dir_path(package_name_); in TEST_F() local 1344 ASSERT_EQ(0, chown(ref_profile_dir.c_str(), kTestAppGid, kTestAppGid)); in TEST_F() 1345 ASSERT_EQ(0, chmod(ref_profile_dir.c_str(), 0700)); in TEST_F() 1355 CheckFileAccess(ref_profile_dir, kSystemUid, kTestAppGid, 0770 | S_IFDIR); in TEST_F()
|
/frameworks/native/cmds/installd/ |
D | dexopt.cpp | 2652 const std::string ref_profile_dir = in create_boot_image_profile_snapshot() local 2654 if (fs_prepare_dir(ref_profile_dir.c_str(), 0770, AID_SYSTEM, AID_SYSTEM) != 0) { in create_boot_image_profile_snapshot() 2655 PLOG(ERROR) << "Failed to prepare " << ref_profile_dir; in create_boot_image_profile_snapshot()
|