HomeSort by relevance Sort by last modified time
    Searched refs:oldFile (Results 1 - 14 of 14) sorted by null

  /frameworks/base/media/java/android/media/
MiniThumbFile.java 91 File oldFile = new File(oldPath);
92 if (oldFile.exists()) {
94 oldFile.delete();
  /frameworks/base/media/java/android/mtp/
MtpDatabase.java 731 File oldFile = new File(path);
738 boolean success = oldFile.renameTo(newFile);
758 newFile.renameTo(oldFile);
765 if (oldFile.getName().startsWith(".") && !newPath.startsWith(".")) {
775 if (oldFile.getName().toLowerCase(Locale.US).equals(".nomedia")
778 mMediaProvider.call(mPackageName, MediaStore.UNHIDE_CALL, oldFile.getParent(), null);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
program.c 668 * Search instructions for registers that match (oldFile, oldIndex),
673 GLuint oldFile, GLuint oldIndex,
680 if (inst[i].SrcReg[j].File == oldFile &&
687 if (inst[i].DstReg.File == oldFile && inst[i].DstReg.Index == oldIndex) {
    [all...]
  /external/mesa3d/src/mesa/program/
program.c 668 * Search instructions for registers that match (oldFile, oldIndex),
673 GLuint oldFile, GLuint oldIndex,
680 if (inst[i].SrcReg[j].File == oldFile &&
687 if (inst[i].DstReg.File == oldFile && inst[i].DstReg.Index == oldIndex) {
    [all...]
  /frameworks/base/services/java/com/android/server/
AppWidgetServiceImpl.java     [all...]
  /frameworks/base/services/java/com/android/server/accounts/
AccountManagerService.java     [all...]
  /prebuilts/devtools/tools/lib/
lint-api.jar 
sdklib.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.2.0/
lint-api-22.2.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.2.0/
sdklib-22.2.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 724 milliseconds