Home
last modified time | relevance | path

Searched refs:resPath (Results 1 – 7 of 7) 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/apache-harmony/support/src/test/java/tests/support/resource/
DSupport_Resources.java53 String resPath = resources.toString(); in getURL() local
54 if (resPath.charAt(0) == '/' || resPath.charAt(0) == '\\') { in getURL()
55 resPath = resPath.substring(1); in getURL()
58 url = new URL("file:/" + resPath + "/" + fileName); in getURL()
/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/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/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/icu/icu4c/source/common/
Duresbund.cpp1827 const char* resPath = resB->fResPath; in ures_getByKeyWithFallback() local
1836 path.append(resPath, len, *status); in ures_getByKeyWithFallback()
1854 resPath = helper->fResPath; in ures_getByKeyWithFallback()