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

1 2

  /frameworks/multidex/library/src/android/support/multidex/
MultiDexExtractor.java 274 for (File oldFile : files) {
275 Log.i(TAG, "Trying to delete old file " + oldFile.getPath() + " of size " +
276 oldFile.length());
277 if (!oldFile.delete()) {
278 Log.w(TAG, "Failed to delete old file " + oldFile.getPath());
280 Log.i(TAG, "Deleted old file " + oldFile.getPath());
MultiDex.java 349 for (File oldFile : files) {
350 Log.i(TAG, "Trying to delete old file " + oldFile.getPath() + " of size "
351 + oldFile.length());
352 if (!oldFile.delete()) {
353 Log.w(TAG, "Failed to delete old file " + oldFile.getPath());
355 Log.i(TAG, "Deleted old file " + oldFile.getPath());
  /frameworks/base/media/java/android/media/
MiniThumbFile.java 90 File oldFile = new File(oldPath);
91 if (oldFile.exists()) {
93 oldFile.delete();
  /prebuilts/sdk/current/support/multidex/library/libs/
android-support-multidex.jar 
  /frameworks/base/media/java/android/mtp/
MtpDatabase.java 802 File oldFile = new File(path);
809 boolean success = oldFile.renameTo(newFile);
829 newFile.renameTo(oldFile);
    [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/core/java/com/android/server/accounts/
AccountManagerService.java     [all...]
  /frameworks/base/services/appwidget/java/com/android/server/appwidget/
AppWidgetServiceImpl.java     [all...]
  /prebuilts/devtools/tools/lib/
lint-api.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.2.0/
lint-api-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.4.0/
lint-api-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.4.2/
lint-api-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.5.0/
lint-api-22.5.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.5.1/
lint-api-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.5.3/
lint-api-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.7.0/
lint-api-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.7.1/
lint-api-22.7.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.7.3/
lint-api-22.7.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.8.0/
lint-api-22.8.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.9.2/
lint-api-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/23.0.1/
lint-api-23.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/23.0.2/
lint-api-23.0.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 

Completed in 159 milliseconds

1 2