HomeSort by relevance Sort by last modified time
    Searched refs:resPath (Results 1 - 11 of 11) sorted by null

  /libcore/luni/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
GZIPInputStreamTest.java 111 String resPath = resources.toString();
112 if (resPath.charAt(0) == '/' || resPath.charAt(0) == '\\') {
113 resPath = resPath.substring(1);
115 final URL gInput = new URL("file:/" + resPath
230 String resPath = resources.toString();
231 if (resPath.charAt(0) == '/' || resPath.charAt(0) == '\\') {
232 resPath = resPath.substring(1)
    [all...]
  /bootable/recovery/minui/
resources.c 45 char resPath[256];
52 snprintf(resPath, sizeof(resPath)-1, "/res/images/%s.png", name);
53 resPath[sizeof(resPath)-1] = '\0';
54 FILE* fp = fopen(resPath, "rb");
  /libcore/support/src/test/java/tests/support/resource/
Support_Resources.java 58 String resPath = resources.toString();
59 if (resPath.charAt(0) == '/' || resPath.charAt(0) == '\\') {
60 resPath = resPath.substring(1);
63 url = new URL("file:/" + resPath + "/" + fileName);
  /external/icu4c/samples/uresb/
uresb.c 48 static const char *resPath = NULL;
119 resPath = options[4].value; /* we'll use users resources */
121 resPath = NULL; /* we'll use ICU system resources for dumping */
127 resPath = resPathBuffer; /* we'll just dump uresb samples resources */
152 u_fprintf(out, "uresb: processing file \"%s\" in path \"%s\"\n", arg, resPath);
153 bundle = ures_open(resPath, arg, &status);
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherTest.java 560 String resPath = "hyts_" + "des-ede3-cbc.test" + index
563 Support_Resources.copyFile(resources, null, resPath);
564 InputStream is = Support_Resources.getStream(resPath);
625 String resPath = "hyts_" + "des-ede3-cbc.test" + index
628 Support_Resources.copyFile(resources, null, resPath);
629 InputStream is = Support_Resources.getStream(resPath);
694 private byte[] loadBytes(String resPath) {
697 Support_Resources.copyFile(resources, null, resPath);
698 InputStream is = Support_Resources.getStream(resPath);
    [all...]
  /sdk/anttasks/src/com/android/ant/
SetupTask.java 469 Path resPath = new Path(antProject);
516 element = resPath.createPathElement();
556 antProject.addReference("android.libraries.res", resPath);
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
ClassTest.java 577 String resPath = resources.toString();
578 if (resPath.charAt(0) == '/' || resPath.charAt(0) == '\\')
579 resPath = resPath.substring(1);
583 URL resourceURL = new URL("file:/" + resPath + "/Package/"
    [all...]
  /frameworks/base/tools/aapt/
Resource.cpp 272 String8 resPath = it.getPath();
273 resPath.convertToResPath();
277 String16(resPath),
280 assets->addResource(it.getLeafName(), resPath, it.getFile(), type8);
    [all...]
  /external/chromium/third_party/icu/source/common/
uresbund.c     [all...]
  /external/icu4c/common/
uresbund.c     [all...]
  /frameworks/base/services/java/com/android/server/
PackageManagerService.java     [all...]

Completed in 1896 milliseconds