Home
last modified time | relevance | path

Searched refs:MAKE_STR (Results 1 – 1 of 1) sorted by relevance

/system/core/init/
Dfirst_stage_init.cpp247 #define MAKE_STR(x) __STRING(x) in FirstStageMain() macro
248 CHECKCALL(mount("proc", "/proc", "proc", 0, "hidepid=2,gid=" MAKE_STR(AID_READPROC))); in FirstStageMain()
249 #undef MAKE_STR in FirstStageMain()