Searched refs:CheckFileAccess (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/native/cmds/installd/tests/ |
H A D | installd_dexopt_test.cpp | 426 void CheckFileAccess(const std::string& file, uid_t uid, gid_t gid, mode_t mode) { in CheckFileAccess() function in android::installd::DexoptTest 528 CheckFileAccess(odex, kSystemUid, uid, mode); in CompilePrimaryDex() 529 CheckFileAccess(vdex, kSystemUid, uid, mode); in CompilePrimaryDex() 532 CheckFileAccess(art, kSystemUid, uid, mode); in CompilePrimaryDex() 982 CheckFileAccess(snap_profile_, kSystemUid, kSystemGid, 0600 | S_IFREG); in createProfileSnapshot() 1025 CheckFileAccess(ref_profile_, kTestAppUid, kTestAppUid, 0640 | S_IFREG); in mergePackageProfiles() 1168 CheckFileAccess(cur_profile_dir, kTestAppUid, kTestAppUid, 0700 | S_IFDIR); in TEST_F() 1169 CheckFileAccess(ref_profile_dir, kSystemUid, kTestAppGid, 0770 | S_IFDIR); in TEST_F() 1199 CheckFileAccess(cur_profile_dir, kTestAppUid, kTestAppUid, 0700 | S_IFDIR); in TEST_F() 1200 CheckFileAccess(ref_profile_dir, kSystemUid, kTestAppGid, 0770 | S_IFDIR); in TEST_F() [all …]
|