Home
last modified time | relevance | path

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

/cts/tests/signature/tests/
Drun_unit_tests.sh27 HOST=`uname`
/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
DUtils.java172 public static boolean shouldHaveQuota(StructUtsname uname) throws Exception { in shouldHaveQuota() argument
187 final Matcher matcher = Pattern.compile("(\\d+)\\.(\\d+)").matcher(uname.release); in shouldHaveQuota()
189 throw new IllegalStateException("Failed to parse version: " + uname.release); in shouldHaveQuota()
DStorageTest.java62 if (shouldHaveQuota(Os.uname())) { in testFullDisk()
/cts/
Drun_unit_tests.sh28 HOST=`uname`
/cts/tools/cts-tradefed/etc/
Dcts-tradefed54 HOST=`uname`
/cts/hostsidetests/appsecurity/test-apps/StorageStatsApp/src/com/android/cts/storagestatsapp/
DStorageStatsTest.java84 final StructUtsname uname = Os.uname(); in testVerifyQuota() local
85 if (shouldHaveQuota(uname)) { in testVerifyQuota()
88 assertTrue("You're running kernel 3.18 or newer (" + uname.release + ") which " in testVerifyQuota()
/cts/tests/tests/os/assets/minijail/
Disolated-common.policy139 uname: 1
/cts/apps/CtsVerifier/assets/scripts/power_monitors/
Dmonsoon.py63 tmpname = "/tmp/monsoon.%s.%s" % ( os.uname()[0],
131 self._logfilename = "/tmp/monsoon_%s_%s.%s.log" % (os.uname()[0], os.path.basename(device),
/cts/tools/utils/
Dmonsoon.py87 tmpname = "/tmp/monsoon.%s.%s" % (os.uname()[0], dev)