OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AID_MISC
(Results
1 - 4
of
4
) sorted by null
/system/core/include/private/
android_filesystem_config.h
126
#define
AID_MISC
9998 /* access to misc storage */
227
{ "misc",
AID_MISC
, },
/system/vold/
Benchmark.cpp
138
if (android::vold::PrepareDir(benchPath, 01771, AID_SYSTEM,
AID_MISC
)) {
Ext4Crypt.cpp
705
if (!prepare_dir(misc_de_path, 01771, AID_SYSTEM,
AID_MISC
)) return false;
726
if (!prepare_dir(misc_ce_path, 01771, AID_SYSTEM,
AID_MISC
)) return false;
/system/core/libcutils/
fs_config.c
87
{ 01771, AID_SYSTEM,
AID_MISC
, 0, "data/misc" },
Completed in 222 milliseconds