HomeSort by relevance Sort by last modified time
    Searched full:wasroot (Results 1 - 3 of 3) sorted by null

  /external/toybox/
toys.h 112 int wasroot; // dropped setuid member in struct:toy_context
main.c 112 toys.wasroot++;
144 if (toys.which && (which->flags&TOYFLAG_ROOTONLY) && toys.wasroot) return;
  /cts/hostsidetests/compilation/src/android/cts/compilation/
AdbRootDependentCompilationTest.java 83 boolean wasRoot = mDevice.isAdbRoot();
85 mNewlyObtainedRoot = (mIsRoot && !wasRoot);

Completed in 275 milliseconds