Searched refs:uname (Results 1 – 13 of 13) sorted by relevance
135 String uname = name.toUpperCase(Locale.ENGLISH); in beginEntry() local136 if ((uname.startsWith("META-INF/") || in beginEntry()137 uname.startsWith("/META-INF/"))) { in beginEntry()144 if (uname.equals(JarFile.MANIFEST_NAME) || in beginEntry()145 uname.equals(JarIndex.INDEX_NAME)) { in beginEntry()149 if (SignatureFileVerifier.isBlockOrSF(uname)) { in beginEntry()254 String uname = mev.getEntry().getName() in processEntry() local257 if (uname.endsWith(".SF")) { in processEntry()258 String key = uname.substring(0, uname.length()-3); in processEntry()282 String key = uname.substring(0, uname.lastIndexOf(".")); in processEntry()[all …]
378 String uname = names[i].toUpperCase(Locale.ENGLISH); in initializeVerifier() local379 if (MANIFEST_NAME.equals(uname) in initializeVerifier()380 || SignatureFileVerifier.isBlockOrSF(uname)) { in initializeVerifier()
50 String machine = Os.uname().machine; in currentArch()
36 String sysname = Os.uname().sysname; in testOsName()
1487 String local = Libcore.os.uname().nodename; in getLocalHost()
703 public static StructUtsname uname() { return Libcore.os.uname(); } in uname() method in Os
233 public StructUtsname uname() { return os.uname(); } in uname() method in ForwardingOs
199 public StructUtsname uname(); in uname() method
275 public native StructUtsname uname(); in uname() method in Linux
188 const int utsRes = uname(&uts); in isSourceFilterSupported()
233 if (uname(&sysinfo) == 0) { in kernelIsV24()
996 StructUtsname info = Libcore.os.uname(); in initUnchangeableSystemProperties()
2533 if (TEMP_FAILURE_RETRY(uname(&buf)) == -1) { in Linux_uname()2712 NATIVE_METHOD(Linux, uname, "()Landroid/system/StructUtsname;"),