HomeSort by relevance Sort by last modified time
    Searched refs:getAbsolutePath (Results 1 - 25 of 456) 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 "
  /sdk/device_validator/app/src/com/android/validator/
DeviceValidator.java 37 System.err.println("Error validating " + f.getAbsolutePath());
41 System.out.println(f.getAbsolutePath() + " validated successfully.");
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/build/
CtsBuildHelper.java 111 apkFile.getAbsolutePath()));
165 "CTS install folder %s does not exist", getCtsDir().getAbsolutePath()));
170 getTestCasesDir().getAbsolutePath()));
175 getTestPlansDir().getAbsolutePath()));
  /tools/build/builder/src/main/java/com/android/builder/compiler/
AidlProcessor.java 64 command.add("-o" + sourceOutputDir.getAbsolutePath());
69 command.add("-I" + sourceFolder.getAbsolutePath());
75 command.add("-I" + f.getAbsolutePath());
81 command.add(filePath.getAbsolutePath());
DependencyGraph.java 150 mLogger.error(null, "ERROR: Couldn't read " + dependencyFile.getAbsolutePath());
298 mLogger.info("NEW FILE: " + file.getAbsolutePath());
307 mLogger.info("UPDATED FILE: " + file.getAbsolutePath());
333 mLogger.info("MISSING FILE: " + prereq.getAbsolutePath());
341 String filePath = prereq.getAbsolutePath();
347 if (filePath.startsWith(inputFile.getAbsolutePath())) {
354 "UPDATED FILE: " + prereq.getAbsolutePath());
367 "UPDATED FILE: " + prereq.getAbsolutePath());
379 mLogger.info("UPDATED FILE: " + prereq.getAbsolutePath());
  /tools/motodev/src/plugins/certmanager/src/com/motorolamobility/studio/android/certmanager/ui/tree/
PathColumnLabelProvider.java 33 return keyStoreModel.getFile().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...]
  /tools/motodev/src/plugins/preflighting/src/com/motorolamobility/preflighting/output/
AbstractOutputter.java 134 String fileLocation = resource.getAbsolutePath();
136 if (fileLocation.startsWith(applicationFile.getAbsolutePath()))
138 fileLocation = fileLocation.substring(applicationFile.getAbsolutePath().length() + 1);
  /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());
  /frameworks/testing/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
DumpCommand.java 51 + DEFAULT_DUMP_FILE.getAbsolutePath() + "\n";
74 String.format("UI hierchary dumped to: %s", dumpFile.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 299 System.out.println("NEW FILE: " + file.getAbsolutePath());
308 System.out.println("UPDATED FILE: " + file.getAbsolutePath());
334 System.out.println("MISSING FILE: " + prereq.getAbsolutePath());
342 String filePath = prereq.getAbsolutePath();
348 if (filePath.startsWith(inputFile.getAbsolutePath())) {
355 "UPDATED FILE: " + prereq.getAbsolutePath());
368 "UPDATED FILE: " + prereq.getAbsolutePath());
380 System.out.println("UPDATED FILE: " + prereq.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());
  /sdk/uiautomatorviewer/src/com/android/uiautomator/
DebugBridge.java 42 return adb.getAbsolutePath();
48 return adb.getAbsolutePath();
  /sdk/uiautomatorviewer/src/com/android/uiautomator/actions/
OpenFilesAction.java 65 ImageData[] data = new ImageLoader().load(screenshot.getAbsolutePath());
71 + screenshot.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);

Completed in 474 milliseconds

1 2 3 4 5 6 7 8 91011>>