HomeSort by relevance Sort by last modified time
    Searched defs:oldPath (Results 1 - 8 of 8) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/editors/
TraceviewEditor.java 166 IPath oldPath = URIUtil.toPath(fileStoreEditorInput.getURI());
167 if (oldPath != null) {
168 dialog.setFileName(oldPath.lastSegment());
169 dialog.setFilterPath(oldPath.toOSString());
  /frameworks/base/media/java/android/media/
MiniThumbFile.java 90 String oldPath = randomAccessFilePath(MINI_THUMB_DATA_FILE_VERSION - 1);
91 File oldFile = new File(oldPath);
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/io/
MockFileOp.java 316 String oldPath = getAgnosticAbsPath(oldFile);
319 "^(" + Pattern.quote(oldPath) + //$NON-NLS-1$
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
ArchiveInstaller.java 551 String oldPath = oldArchive.getLocalOsPath();
552 File oldFolder = oldPath == null ? null : new File(oldPath);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
CropImage.java 404 File oldPath = new File(localImage.filePath);
405 File directory = new File(oldPath.getParent());
407 String filename = oldPath.getName();
413 copyExif(oldPath.getAbsolutePath(), output.getAbsolutePath(),
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
CropImage.java 351 File oldPath = new File(mImage.getDataPath());
352 File directory = new File(oldPath.getParent());
355 String fileName = oldPath.getName();
  /frameworks/base/core/java/android/net/
Uri.java     [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java     [all...]

Completed in 436 milliseconds