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

1 2

  /external/webkit/Tools/DumpRenderTree/android/
view_source.php 29 function getAbsolutePath($relPath) {
44 $src = realpath(getAbsolutePath($_GET['src']));
get_layout_tests_dir_contents.php 32 function getAbsolutePath($relPath) {
38 return array_slice(scandir(getAbsolutePath($relPath)), 2);
59 if (is_dir(getAbsolutePath($filePath))) {
99 $relPath = substr(realpath(getAbsolutePath($path)), strlen($rootDir) + 1);
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/util/
TempPath.java 71 String getAbsolutePath();
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...]
  /sdk/anttasks/src/com/android/ant/
SingleDependencyTask.java 139 ps.print(file.getAbsolutePath());
161 ps.print(f.getAbsolutePath());
NewSetupTask.java 464 String libRootPath = library.getAbsolutePath();
490 element.setPath(jarFile.getAbsolutePath());
517 element.setPath(library.getAbsolutePath());
627 PropertyType.PROJECT.getFilename(), baseFolder.getAbsolutePath()));
632 baseFolder.getAbsolutePath(), rootPath, library.getAbsolutePath()));
  /cts/tests/tests/permission/src/android/permission/cts/
FileSystemPermissionTest.java 50 FileUtils.getFileStatus(myFile.getAbsolutePath(), status, false);
69 FileUtils.getFileStatus(myDir.getAbsolutePath(), status, false);
163 + " when trying to create " + toCreate.getAbsolutePath());
317 FileUtils.getFileStatus(f.getAbsolutePath(), status, false);
357 return !f.getAbsolutePath().equals(f.getCanonicalPath());
  /external/chromium/webkit/glue/
webfileutilities_impl.cc 89 WebString WebFileUtilitiesImpl::getAbsolutePath(const WebString& path) {
  /external/webkit/Source/WebKit/chromium/public/
WebFileUtilities.h 60 virtual WebString getAbsolutePath(const WebString& path) { return WebString(); }
  /sdk/common/src/com/android/io/
FileWrapper.java 40 super(file.getAbsolutePath());
132 return getAbsolutePath();
FolderWrapper.java 81 super(file.getAbsolutePath());
130 return getAbsolutePath();
  /sdk/sdklauncher/app/src/com/android/sdklauncher/
Main.java 88 System.setProperty(TOOLSDIR, mkPath(currDir, "tools").getAbsolutePath());
89 System.setProperty(WORKDIR, currDir.getAbsolutePath());
104 throw new FileNotFoundException(sdkManJar.getAbsolutePath());
108 throw new FileNotFoundException(swtJar.getAbsolutePath());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ExportHelper.java 191 dxInput = new String[] { obfuscatedJar.getAbsolutePath() };
204 helper.executeDx(javaProject, dxInput, dexFile.getAbsolutePath());
209 resourceFile.getAbsolutePath(),
210 dexFile.getAbsolutePath(),
211 outputFile.getAbsolutePath(),
334 String rootPath = rootDirectory.getAbsolutePath();
335 String path = file.getAbsolutePath();
  /external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
ResourceLoaderAdaptor.java 120 loadPathCache.add(getLoadPaths(), name, file.getAbsolutePath());
180 return file.getAbsolutePath();
200 fullPath = file.getAbsolutePath();
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/handler/
MethodProfilingHandler.java 106 open(tempFile.getAbsolutePath());
122 final String tempPath = temp.getAbsolutePath();
  /sdk/monkeyrunner/src/com/android/monkeyrunner/
ScriptRunner.java 86 argv[0] = f.getAbsolutePath();
183 PySystemState.packageManager.addJar(monkeyRunnerJar.getAbsolutePath(), false);
  /cts/tests/tests/media/src/android/media/cts/
MediaScannerConnectionTest.java 151 mMediaScannerConnection.scanFile(mMediaFile.getAbsolutePath(), MEDIA_TYPE);
155 assertEquals(mMediaFile.getAbsolutePath(), mMediaScannerConnectionClient.mediaPath);
  /frameworks/base/core/java/android/speech/tts/
FileSynthesisCallback.java 92 FileUtils.setPermissions(mFileName.getAbsolutePath(), 0666, -1, -1); //-rw-rw-rw
  /frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
ObjectViewer.java 176 if (mClient.importFile(mDeviceName, mObjectID, dest.getAbsolutePath())) {
179 mScannerClient.setScanPath(dest.getAbsolutePath());
  /sdk/draw9patch/src/com/android/draw9patch/ui/
MainFrame.java 58 showImageEditor(img, file.getAbsolutePath());
170 showImageEditor(get(), file.getAbsolutePath());
171 setTitle(String.format(TITLE_FORMAT, file.getAbsolutePath()));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtUtils.java 299 public static IPath getAbsolutePath(IResource resource) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/
SampleProjectTest.java 79 doTestSampleProject(file.getName(), file.getAbsolutePath(), target);
181 failureBuilder.append("Project location: " + AdtUtils.getAbsolutePath(iproject));
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
LocalSdkParser.java 153 siDir.getAbsolutePath());
207 scanExtrasDirectory(vendor.getAbsolutePath(), visited, packages, log);
279 Package pkg = SamplePackage.create(dir.getAbsolutePath(), props);
316 Package pkg = AddonPackage.createBroken(dir.getAbsolutePath(), props, error);
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
Recorder.java 65 recorderState.putString(SAMPLE_PATH_KEY, mSampleFile.getAbsolutePath());
87 && mSampleFile.getAbsolutePath().compareTo(file.getAbsolutePath()) == 0)
166 mRecorder.setOutputFile(mSampleFile.getAbsolutePath());
216 mPlayer.setDataSource(mSampleFile.getAbsolutePath());

Completed in 4388 milliseconds

1 2