Searched refs:kSystemUid (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/cmds/installd/tests/ |
D | installd_dexopt_test.cpp | 185 static constexpr uid_t kSystemUid = 1000; member in android::installd::DexoptTest 245 if (mkdir(app_apk_dir_, kSystemUid, kSystemGid, 0755) != 0 && !kDebug) { in create_mock_app() 256 if (!WriteBase64ToFile(kDexFile, apk_path_, kSystemUid, kSystemGid, 0644, &error_msg)) { in create_mock_app() 536 CheckFileAccess(odex, kSystemUid, uid, mode); in CompilePrimaryDex() 537 CheckFileAccess(vdex, kSystemUid, uid, mode); in CompilePrimaryDex() 540 CheckFileAccess(art, kSystemUid, uid, mode); in CompilePrimaryDex() 632 /*binder_ok*/ false, /*compile_ok*/ false, &status, kSystemUid); in TEST_F() 878 /*binder_ok*/ true, /*dex_ok */ false, /*odex_deleted*/ false, kSystemUid, &another_app); in TEST_F() 884 /*binder_ok*/ true, /*dex_ok */ false, /*odex_deleted*/ false, kSystemUid); in TEST_F() 933 CheckFileAccess(snap_profile_, kSystemUid, kSystemGid, 0600 | S_IFREG); in createProfileSnapshot() [all …]
|