OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resPath
(Results
1 - 8
of
8
) sorted by null
/external/lzma/CPP/Windows/
CommonDialog.h
15
UString &
resPath
CommonDialog.cpp
108
UString &
resPath
145
resPath
= GetUnicodeString(buf);
180
resPath
= buf;
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URLClassLoaderTest.java
227
String
resPath
= resources.toString();
228
if (
resPath
.charAt(0) == '/' ||
resPath
.charAt(0) == '\\') {
229
resPath
=
resPath
.substring(1);
237
urls[0] = new URL("file:/" +
resPath
+ "/JarIndex/hyts_11.jar");
241
URL reference = new URL("jar:file:/" +
resPath
.replace('\\', '/')
251
urls[0] = new URL("file:/" +
resPath
+ "/JarIndex/hyts_21.jar");
262
+
resPath
.replace('\\', '/')
266
+
resPath
.replace('\\', '/'
[
all
...]
/external/apache-harmony/support/src/test/java/tests/support/resource/
Support_Resources.java
53
String
resPath
= resources.toString();
54
if (
resPath
.charAt(0) == '/' ||
resPath
.charAt(0) == '\\') {
55
resPath
=
resPath
.substring(1);
58
url = new URL("file:/" +
resPath
+ "/" + fileName);
/external/icu/icu4c/source/samples/uresb/
uresb.c
54
static const char *
resPath
= NULL;
125
resPath
= options[4].value; /* we'll use users resources */
127
resPath
= NULL; /* we'll use ICU system resources for dumping */
133
resPath
= resPathBuffer; /* we'll just dump uresb samples resources */
158
u_fprintf(out, "uresb: processing file \"%s\" in path \"%s\"\n", arg,
resPath
);
159
bundle = ures_open(
resPath
, arg, &status);
/external/objenesis/tck/src/main/java/org/objenesis/tck/search/
ClassEnumerator.java
56
String
resPath
= resource.getPath();
57
String jarPath =
resPath
.replaceFirst("[.]jar[!].*", ".jar").replaceFirst("file:", "");
/external/deqp/scripts/android/
build_apk.py
599
for
resPath
in self.getResPaths():
600
args += ["-S", resolvePath(config,
resPath
)]
/external/icu/icu4c/source/common/
uresbund.cpp
[
all
...]
Completed in 641 milliseconds