Searched refs:SetupProfile (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/cmds/installd/tests/ |
D | installd_dexopt_test.cpp | 904 void SetupProfile(const std::string& path, uid_t uid, gid_t gid, mode_t mode, in SetupProfile() function in android::installd::ProfileTest 914 SetupProfile(cur_profile_, kTestAppUid, kTestAppGid, 0600, 1); in SetupProfiles() 916 SetupProfile(ref_profile_, kTestAppUid, kTestAppGid, 0600, 2); in SetupProfiles() 1214 SetupProfile(profile, kTestAppUid, kTestAppGid, 0600, 1); in createAppProfilesForBootMerge()
|