Home
last modified time | relevance | path

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

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
DURLClassLoaderTest.java227 String resPath = resources.toString(); in test_findClassLjava_lang_String() local
228 if (resPath.charAt(0) == '/' || resPath.charAt(0) == '\\') { in test_findClassLjava_lang_String()
229 resPath = resPath.substring(1); in test_findClassLjava_lang_String()
237 urls[0] = new URL("file:/" + resPath + "/JarIndex/hyts_11.jar"); in test_findClassLjava_lang_String()
241 URL reference = new URL("jar:file:/" + resPath.replace('\\', '/') in test_findClassLjava_lang_String()
251 urls[0] = new URL("file:/" + resPath + "/JarIndex/hyts_21.jar"); in test_findClassLjava_lang_String()
262 + resPath.replace('\\', '/') in test_findClassLjava_lang_String()
266 + resPath.replace('\\', '/') in test_findClassLjava_lang_String()
293 urls[0] = new URL("file:/" + resPath + "/JarIndex/hyts_22-new.jar"); in test_findClassLjava_lang_String()
297 urls[0] = new URL("file:/" + resPath + "/JarIndex/hyts_31.jar"); in test_findClassLjava_lang_String()
[all …]
/external/icu/icu4c/source/samples/uresb/
Duresb.c54 static const char *resPath = NULL; variable
125 resPath = options[4].value; /* we'll use users resources */ in main()
127 resPath = NULL; /* we'll use ICU system resources for dumping */ in main()
133 resPath = resPathBuffer; /* we'll just dump uresb samples resources */ in main()
158 u_fprintf(out, "uresb: processing file \"%s\" in path \"%s\"\n", arg, resPath); in main()
159 bundle = ures_open(resPath, arg, &status); in main()
/external/icu/icu4c/source/common/
Drestrace.cpp28 CharString resPath; in trace() local
29 getResPath(resPath, status); in trace()
41 resPath.data()); in trace()
Duresbund.cpp1878 const char* resPath = resB->fResPath; in ures_getByKeyWithFallback() local
1887 path.append(resPath, len, *status); in ures_getByKeyWithFallback()
1905 resPath = helper->fResPath; in ures_getByKeyWithFallback()
/external/lzma/CPP/Windows/
DCommonDialog.cpp108 UString &resPath in MyGetOpenFileName() argument
145 resPath = GetUnicodeString(buf); in MyGetOpenFileName()
180 resPath = buf; in MyGetOpenFileName()
DCommonDialog.h15 UString &resPath
/external/dagger2/java/dagger/hilt/android/plugin/src/test/kotlin/
DGradleTestRunner.kt72 fun addRes(resPath: String, resContent: String): File { in addRes()
74 return tempFolder.newFile("/src/main/res/$resPath").apply { writeText(resContent) } in addRes()
/external/objenesis/tck/src/main/java/org/objenesis/tck/search/
DClassEnumerator.java56 String resPath = resource.getPath(); in processJarfile() local
57 String jarPath = resPath.replaceFirst("[.]jar[!].*", ".jar").replaceFirst("file:", ""); in processJarfile()
/external/deqp/scripts/android/
Dbuild_apk.py628 for resPath in self.getResPaths():
629 args += ["-S", resolvePath(config, resPath)]