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

  /frameworks/base/media/java/android/media/
MiniThumbFile.java 90 String oldPath = randomAccessFilePath(MINI_THUMB_DATA_FILE_VERSION - 1);
91 File oldFile = new File(oldPath);
  /external/webkit/WebCore/platform/graphics/android/
GraphicsContextAndroid.cpp 789 const SkPath* oldPath = m_data->getPath();
790 SkPath path(*oldPath);
    [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/apps/Gallery3D/src/com/cooliris/media/
CropImage.java 472 File oldPath = new File(mItem.mFilePath);
473 File directory = new File(oldPath.getParent());
476 String fileName = oldPath.getName();
    [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 294 milliseconds