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

1 2 3 4 5 6 7 8 91011>>

  /external/smali/maven-smali-plugin/src/main/java/org/jf/
SmaliMojo.java 81 args.add(outputFile.getAbsolutePath());
86 args.add(dumpFile.getAbsolutePath());
89 args.add(sourceDirectory.getAbsolutePath());
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
WorkDir.java 32 return (getTopDir().getAbsolutePath() + File.separator);
  /packages/apps/Email/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 "
  /frameworks/testing/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
DumpCommand.java 50 + DEFAULT_DUMP_FILE.getAbsolutePath() + "\n";
69 String.format("UI hierchary dumped to: %s", dumpFile.getAbsolutePath()));
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/build/
CtsBuildHelper.java 105 apkFile.getAbsolutePath()));
159 "CTS install folder %s does not exist", getCtsDir().getAbsolutePath()));
164 getTestCasesDir().getAbsolutePath()));
169 getTestPlansDir().getAbsolutePath()));
  /cts/tests/tests/permission/src/android/permission/cts/
NoReadLogsPermissionTest.java 83 if (FileUtils.getFileStatus(log.getAbsolutePath(), status, false)) {
84 assertEquals("Log file " + log.getAbsolutePath() + " should have user root.",
86 assertTrue("Log file " + log.getAbsolutePath() + " should have group log.",
  /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...]
  /libcore/luni/src/test/java/libcore/java/io/
OldFileTest.java 97 f.getAbsolutePath(), dirName);
98 assertTrue(error, f.getAbsolutePath().equals(dirName));
105 f.getAbsolutePath(), d.getAbsolutePath());
120 f.getAbsolutePath(), userDir);
121 assertTrue(error, f.getAbsolutePath().equals(userDir));
141 assertEquals("Test 4: Incorrect file created;", d.getAbsolutePath(), f
142 .getAbsolutePath());
144 .getAbsolutePath());
196 builder.command().add(dir.getAbsolutePath());
    [all...]
  /libcore/dalvik/src/main/java/dalvik/system/
TemporaryDirectory.java 75 String absolute = dir.getAbsolutePath();
  /external/jsilver/src/org/clearsilver/jni/
JNI.java 45 new File(path, platformLibraryName).getAbsolutePath());
95 System.load(new File(path, platformLibraryName).getAbsolutePath());
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
CacheManager.java 49 String path = cacheDir.getAbsolutePath() + "/" + filename;
76 String prefix = cacheDir.getAbsolutePath() + "/";
  /sdk/anttasks/src/com/android/ant/
DependencyGraph.java 300 System.out.println("NEW FILE: " + file.getAbsolutePath());
309 System.out.println("UPDATED FILE: " + file.getAbsolutePath());
335 System.out.println("MISSING FILE: " + prereq.getAbsolutePath());
343 String filePath = prereq.getAbsolutePath();
349 if (filePath.startsWith(inputFile.getAbsolutePath())) {
356 "UPDATED FILE: " + prereq.getAbsolutePath());
369 "UPDATED FILE: " + prereq.getAbsolutePath());
381 System.out.println("UPDATED FILE: " + prereq.getAbsolutePath());
DependencyHelper.java 129 "Failed to compute sha1 for " + e.getJarFile().getAbsolutePath(), e);
143 ProjectProperties properties = ProjectProperties.load(projectFolder.getAbsolutePath(),
147 properties = ProjectProperties.load(projectFolder.getAbsolutePath(),
195 String libRootPath = library.getAbsolutePath();
243 PropertyType.PROJECT.getFilename(), baseFolder.getAbsolutePath()));
249 baseFolder.getAbsolutePath(), rootPath, library.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());
  /packages/apps/Email/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);
  /packages/apps/VideoEditor/src/com/android/videoeditor/util/
FileUtils.java 61 throw new FileNotFoundException("Cannot create folder: " + dir.getAbsolutePath());
133 return mf.getAbsolutePath();
217 return mf.getAbsolutePath();
229 Log.d(TAG, "New project: " + file.getAbsolutePath());
232 return file.getAbsolutePath();
268 return f.getAbsolutePath();
282 Log.e(TAG, "File cannot be deleted: " + f.getAbsolutePath());
  /sdk/uiautomatorviewer/src/com/android/uiautomator/
OpenDialog.java 88 mScreenshotText.setText(mScreenshotFile.getAbsolutePath());
112 mXmlText.setText(mXmlDumpFile.getAbsolutePath());
171 fd.setFileName(initialFile.getAbsolutePath());
173 fd.setFilterPath(initialFile.getAbsolutePath());
197 fd.setFileName(initialFile.getAbsolutePath());
199 fd.setFilterPath(initialFile.getAbsolutePath());
204 initialPath = mScreenshotFile.getParentFile().getAbsolutePath();
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
JarExecTest.java 64 String[] args = new String[] {"-jar", outputJar.getAbsolutePath()};
102 String[] args = new String[] {"-jar", fooJar.getAbsolutePath()};
163 String[] args = new String[] {"-jar", barJar.getAbsolutePath()};
188 String res = Support_Exec.execJava(args, null, new String[] { "CLASSPATH=" + fooJar.getAbsolutePath() }, false);
208 res = Support_Exec.execJava(args, new String[] {booJar.getAbsolutePath()}, new String[] { "CLASSPATH=" + fooJar.getAbsolutePath() }, false);
233 args = new String[] {"-jar", zooJar.getAbsolutePath()};
235 res = Support_Exec.execJava(args, new String[] {booJar.getAbsolutePath()}, new String[] { "CLASSPATH=" + fooJar.getAbsolutePath() }, false);
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
TestPackageRepo.java 79 xmlFile.getAbsolutePath()));
83 xmlFile.getAbsolutePath()));
87 xmlFile.getAbsolutePath()));
  /external/emma/core/java12/com/vladium/emma/rt/
RTCoverageDataPersister.java 61 log.info ("runtime coverage data " + (merge ? "merged into" : "written to") + " [" + outFile.getAbsolutePath () + "] {in " + (end - start) + " ms}");
  /libcore/luni/src/main/java/javax/xml/transform/stream/
StreamResult.java 161 this.systemId = FilePathToURI.filepath2URI(f.getAbsolutePath());

Completed in 1922 milliseconds

1 2 3 4 5 6 7 8 91011>>