Searched refs:isRoot (Results 1 - 1 of 1) sorted by relevance

/system/extras/atrace/
H A Datrace.c221 static bool startTrace(bool isRoot) argument
239 if (isRoot) {
255 static void stopTrace(bool isRoot) argument
269 if (isRoot) {
408 bool isRoot = (getuid() == 0); local
442 if (!isRoot) {
462 if (!isRoot) {
483 bool ok = startTrace(isRoot);
510 stopTrace(isRoot);

Completed in 3 milliseconds