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

/system/extras/atrace/
H A Datrace.c266 static bool startTrace(bool isRoot) argument
282 if (isRoot) {
300 static void stopTrace(bool isRoot) argument
312 if (isRoot) {
457 bool isRoot = (getuid() == 0); local
491 if (!isRoot) {
519 if (!isRoot) {
527 if (!isRoot) {
535 if (!isRoot) {
560 bool ok = startTrace(isRoot);
[all...]

Completed in 16 milliseconds