HomeSort by relevance Sort by last modified time
    Searched refs:is_root (Results 1 - 4 of 4) sorted by null

  /system/extras/simpleperf/
utils.cpp 202 static int is_root = -1; local
203 if (is_root == -1) {
205 is_root = (getuid() == 0) ? 1 : 0;
207 is_root = 0;
210 return is_root == 1;
  /cts/tools/utils/cts/
tools.py 39 def __init__(self, is_root=False):
40 self.is_root = is_root
75 self.root_suite = self.TestSuite(is_root=True)
  /external/e2fsprogs/lib/ext2fs/
ismounted.c 148 goto is_root;
197 is_root:
  /external/chromium-trace/catapult/third_party/pipeline/pipeline/
pipeline.py 496 def is_root(self): member in class:Pipeline
    [all...]

Completed in 86 milliseconds