Searched refs:AID_MISC (Results 1 – 4 of 4) sorted by relevance
/system/core/include/private/ |
D | android_filesystem_config.h | 120 #define AID_MISC 9998 /* access to misc storage */ macro 216 { "misc", AID_MISC, },
|
/system/vold/ |
D | Benchmark.cpp | 138 if (android::vold::PrepareDir(benchPath, 01771, AID_SYSTEM, AID_MISC)) { in BenchmarkPrivate()
|
D | Ext4Crypt.cpp | 707 if (!prepare_dir(misc_de_path, 01771, AID_SYSTEM, AID_MISC)) return false; in e4crypt_prepare_user_storage() 728 if (!prepare_dir(misc_ce_path, 01771, AID_SYSTEM, AID_MISC)) return false; in e4crypt_prepare_user_storage()
|
/system/core/libcutils/ |
D | fs_config.c | 87 { 01771, AID_SYSTEM, AID_MISC, 0, "data/misc" },
|