HomeSort by relevance Sort by last modified time
    Searched refs:getAbsolutePath (Results 1 - 25 of 442) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/services/core/java/com/android/server/updates/
IntentFirewallInstallReceiver.java 25 super(IntentFirewall.getRulesDir().getAbsolutePath(), "ifw.xml", "metadata/",
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
WorkDir.java 32 return (getTopDir().getAbsolutePath() + File.separator);
  /external/chromium_org/content/shell/android/java/src/org/chromium/content_shell/
ShellLayoutTestUtils.java 23 return appContext.getFilesDir().getAbsolutePath();
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/
TempFile.java 63 String getAbsolutePath();
SimpleTempStorage.java 65 p = new File(parent.getAbsolutePath(), prefix + n);
70 log.error("Unable to mkdirs on " + p.getAbsolutePath());
72 + p.getAbsolutePath() + "' failed.");
94 f = new File(parent.getAbsolutePath(), prefix + n + suffix);
107 + f.getAbsolutePath() + "' failed.");
159 * @see org.apache.james.mime4j.util.TempPath#getAbsolutePath()
161 public String getAbsolutePath() {
162 return path.getAbsolutePath();
210 * @see org.apache.james.mime4j.util.TempFile#getAbsolutePath()
212 public String getAbsolutePath() {
    [all...]
TempPath.java 71 String getAbsolutePath();
  /cts/tools/vm-tests-tf/src/util/build/
JarBuildStep.java 56 + outDir.getAbsolutePath());
60 "-cMf", outputFile.fileName.getAbsolutePath(), "-C",
61 inputFile.folder.getAbsolutePath(), destFileName};
74 " \"-cMf\", "+outputFile.fileName.getAbsolutePath()+", \"-C\"," +
75 inputFile.folder.getAbsolutePath()+", "+ destFileName);
DexBuildStep.java 39 args.fileNames = new String[] {inputFile.fileName.getAbsolutePath()};
41 args.outName = outputFile.fileName.getAbsolutePath();
58 + inputFile.fileName.getAbsolutePath() + " to "
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
SdkToolsLocator.java 56 return new File(getSdkPlatformToolsFolder(), SdkConstants.FN_ADB).getAbsolutePath();
60 return new File(getSdkToolsFolder(), FN_TRACEVIEW).getAbsolutePath();
64 return new File(getSdkPlatformToolsFolder(), FN_HPROF_CONV).getAbsolutePath();
68 return new File(mSdkFolder, SdkConstants.FD_TOOLS).getAbsolutePath();
72 return new File(mSdkFolder, SdkConstants.FD_PLATFORM_TOOLS).getAbsolutePath();
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
HelpersTest.java 47 assertEquals(expected.getAbsolutePath(), actual);
59 assertEquals(expected1.getAbsolutePath(), actual1);
60 assertEquals(expected2.getAbsolutePath(), actual2);
68 assertEquals(expected.getAbsolutePath(), actual);
78 assertEquals(expected.getAbsolutePath(), actual);
86 assertEquals(expected.getAbsolutePath(), actual);
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/build/
CtsBuildHelper.java 110 apkFile.getAbsolutePath()));
164 "CTS install folder %s does not exist", getCtsDir().getAbsolutePath()));
169 getTestCasesDir().getAbsolutePath()));
174 getTestPlansDir().getAbsolutePath()));
  /frameworks/base/core/tests/coretests/src/android/os/storage/
StorageManagerIntegrationTest.java 67 String filePath = mFile.getAbsolutePath();
83 String filePath1 = file1.getAbsolutePath();
88 String filePath2 = file2.getAbsolutePath();
93 String filePath3 = file3.getAbsolutePath();
119 String filePath = mFile.getAbsolutePath();
131 String filePath = mFile.getAbsolutePath();
145 String filePath3 = file3.getAbsolutePath();
150 String filePath1 = file1.getAbsolutePath();
172 String obbFilePath = mFile.getAbsolutePath();
216 String filePath = mFile.getAbsolutePath();
    [all...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/util/
TestUtil.java 58 File roboSiblingTestDir = file(new File(new File(".").getAbsolutePath()).getParentFile().getParentFile(),"robolectric", "src", "test", "resources");
62 + testDir.getAbsolutePath() + " or " + roboTestDir.getAbsolutePath() + "\n or " + roboSiblingTestDir.getAbsolutePath());
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
SyncFailedExceptionTest.java 35 FileOutputStream fos = new FileOutputStream(f.getAbsolutePath());
  /libcore/luni/src/test/java/libcore/java/io/
OldFileTest.java 84 assertEquals(tmpDirName, f.getAbsolutePath());
90 assertEquals(f.getAbsolutePath(), d.getAbsolutePath());
103 assertEquals(tmpDir, f.getAbsolutePath());
122 assertEquals(d.getAbsolutePath(), f.getAbsolutePath());
123 assertEquals("/abc", f.getAbsolutePath());
174 builder.command().add(dir.getAbsolutePath());
175 builder.command().add(subDir.getAbsolutePath());
  /external/chromium_org/chrome/test/android/javatests/src/org/chromium/chrome/test/util/
ApplicationData.java 74 String cacheDir = targetContext.getCacheDir().getAbsolutePath();
90 if (!file.getAbsolutePath().endsWith("/lib") && !removeFile(file))
  /external/jsilver/src/org/clearsilver/jni/
JNI.java 45 new File(path, platformLibraryName).getAbsolutePath());
95 System.load(new File(path, platformLibraryName).getAbsolutePath());
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServicesTests/src/com/android/framework/multidexlegacytestservices/test/
ServicesTests.java 42 assertFalse("Failed to delete result file '" + resultFile.getAbsolutePath() + "'.",
46 assertFalse("Failed to delete completion file '" + completeFile.getAbsolutePath() +
  /packages/apps/Camera2/src/com/android/camera/one/
AbstractOneCamera.java 76 + root.getAbsolutePath());
100 String destFolderPath = destFolder.getAbsolutePath();
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
CacheManager.java 49 String path = cacheDir.getAbsolutePath() + "/" + filename;
76 String prefix = cacheDir.getAbsolutePath() + "/";
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/
FileStorage.java 65 .getSymbolicName(), IStatus.ERROR, mFile.getAbsolutePath(), e));
75 return new Path(mFile.getAbsolutePath());
  /external/chromium_org/base/android/java/src/org/chromium/base/library_loader/
LibraryLoaderHelper.java 97 System.load(libFile.getAbsolutePath());
154 Log.i(TAG, "Extracting native libraries into " + outputFile.getAbsolutePath());
187 Log.e(TAG, "Failed to delete " + outputFile.getAbsolutePath());
241 Log.e(TAG, "Failed to remove " + file.getAbsolutePath());
246 Log.w(TAG, "Failed to remove " + dir.getAbsolutePath());
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
LockableFileWriter.java 197 "Could not find lockDir: " + lockDir.getAbsolutePath());
201 "Could not write to lockDir: " + lockDir.getAbsolutePath());
214 lockFile.getAbsolutePath() + " exists");
236 writer = new FileWriter(file.getAbsolutePath(), append);
238 stream = new FileOutputStream(file.getAbsolutePath(), append);
  /libcore/luni/src/test/java/libcore/java/util/jar/
StrictJarFileTest.java 58 StrictJarFile jarFile = new StrictJarFile(new File(resources, JAR_1).getAbsolutePath());
95 StrictJarFile jarFile = new StrictJarFile(new File(resources, JAR_1).getAbsolutePath());
110 StrictJarFile jarFile = new StrictJarFile(new File(resources, JAR_1).getAbsolutePath());
118 StrictJarFile jarFile = new StrictJarFile(new File(resources, "Integrate.jar").getAbsolutePath());
133 new File(resources, "Integrate.jar").getAbsolutePath());
150 new File(resources, "Modified_Class.jar").getAbsolutePath());
176 new File(resources, name).getAbsolutePath());
  /cts/hostsidetests/security/src/android/cts/security/
SELinuxHostTest.java 81 devicePolicyFile.getAbsolutePath());
92 ProcessBuilder pb = new ProcessBuilder(sepolicyAnalyze.getAbsolutePath(),
93 devicePolicyFile.getAbsolutePath(), "permissive");

Completed in 640 milliseconds

1 2 3 4 5 6 7 8 91011>>