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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/services/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(getSdkToolsFolder(), FN_HPROF_CONV).getAbsolutePath();
68 return new File(mSdkFolder, SdkConstants.FD_TOOLS).getAbsolutePath();
72 return new File(mSdkFolder, SdkConstants.FD_PLATFORM_TOOLS).getAbsolutePath();
  /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()));
  /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...]
  /development/tools/idegen/src/com/android/idegen/
Module.java 85 String moduleDir = getDir().getAbsolutePath();
91 String relative = src.getAbsolutePath().substring(moduleDir.length());
97 String relative = src.getAbsolutePath().substring(moduleDir.length());
116 logger.info("Creating " + imlFile.getAbsolutePath());
125 .append(intermediatesDir.getAbsolutePath())
173 String dir = getIntermediatesDirs().get(0).getAbsolutePath();
IntellijProject.java 143 sb.append(" <module fileurl=\"file://").append(moduleIml.getAbsolutePath())
144 .append("\" filepath=\"").append(moduleIml.getAbsolutePath()).append("\" />\n");
148 sb.append(" <module fileurl=\"file://").append(iml.getAbsolutePath())
149 .append("\" filepath=\"").append(iml.getAbsolutePath()).append("\" />\n");
154 logger.info("Creating " + out.getAbsolutePath());
170 sb.append(" <mapping directory=\"").append(dir.getAbsolutePath())
197 logger.info("copying " + file.getAbsolutePath() + " to " +
198 toFile.getAbsolutePath());
  /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());
  /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/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/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);
  /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());
  /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()));
  /frameworks/base/core/java/android/app/backup/
WallpaperBackupHelper.java 46 "wallpaper").getAbsolutePath();
49 "wallpaper_info.xml").getAbsolutePath();
61 "wallpaper-tmp").getAbsolutePath();
  /cts/libs/deviceutil/src/android/cts/util/
SystemUtil.java 26 StatFs statFs = new StatFs(context.getFilesDir().getAbsolutePath());

Completed in 2370 milliseconds

1 2 3 4 5 6 7 8 91011>>