/external/gptfdisk/ |
gptcl.h | 33 char *attributeOperation, *backupFile, *partName, *hybrids; 45 void LoadBackupFile(string backupFile, int &saveData, int &neverSaveData);
|
gptcl.cc | 29 attributeOperation = backupFile = partName = hybrids = newPartInfo = NULL; 42 void GPTDataCL::LoadBackupFile(string backupFile, int &saveData, int &neverSaveData) { 43 if (LoadGPTBackup(backupFile) == 1) { 76 {"backup", 'b', POPT_ARG_STRING, &backupFile, 'b', "backup GPT to file", "file"}, 89 {"load-backup", 'l', POPT_ARG_STRING, &backupFile, 'l', "load GPT backup from file", "file"}, 191 SaveGPTBackup(backupFile); 192 free(backupFile); 264 LoadBackupFile(backupFile, saveData, neverSaveData); 265 free(backupFile); 424 LoadBackupFile(backupFile, saveData, neverSaveData) [all...] |
gpt.cc | [all...] |
/frameworks/base/core/java/com/android/internal/util/ |
FileRotator.java | 114 final File backupFile = new File(mBasePath, name); 119 backupFile.renameTo(file); 236 final File backupFile; 248 backupFile = new File(mBasePath, name + SUFFIX_BACKUP); 249 file.renameTo(backupFile); 255 backupFile.delete(); 259 backupFile.renameTo(file); 265 backupFile = new File(mBasePath, name + SUFFIX_NO_BACKUP); 266 backupFile.createNewFile(); 272 backupFile.delete() [all...] |
/external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/ |
DiskLruCache.java | 205 File backupFile = new File(directory, JOURNAL_FILE_BACKUP); 206 if (backupFile.exists()) { 210 backupFile.delete(); 212 renameTo(backupFile, journalFile, false);
|
/frameworks/native/cmds/rawbu/ |
backup.cpp | 716 const char* backupFile = "/sdcard/backup.dat"; 719 backupFile = argv[optind]; 735 res = android::restore_data(backupFile); 742 res = android::backup_data(backupFile);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20100503.jar | |
org.eclipse.osgi_3.6.1.R36x_v20100806.jar | |
org.eclipse.osgi_3.6.2.R36x_v20101103.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/ |
org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20130327-2119.jar | |
org.eclipse.osgi_3.9.1.v20140110-1610.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20130327-2119.jar | |
org.eclipse.osgi_3.9.0.v20130529-1710.jar | |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
TemplateHandler.java | [all...] |
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
TelephonyBackupAgent.java | 432 backupFile(messagesWritten, fileName, data); 461 private void backupFile(int messagesWritten, String fileName, FullBackupDataOutput data) [all...] |
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
DatabaseHelper.java | 170 File backupFile = mContext.getDatabasePath(getDatabaseName() 172 if (backupFile.exists()) { 175 databaseFile.renameTo(backupFile); [all...] |
/frameworks/base/services/core/java/com/android/server/pm/ |
Settings.java | [all...] |
/external/icu/tools/srcgen/currysrc/libs/ |
org.eclipse.osgi_3.10.100.v20150529-1857.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/ |
org.eclipse.osgi-3.9.1.v20130814-1242.jar | |
/prebuilts/tools/common/eclipse/ |
org.eclipse.osgi_3.6.2.R36x_v20110210.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/ |
org.eclipse.osgi-3.9.0.v20130529-1710.jar | |
/external/robolectric/v1/lib/main/ |
h2-1.2.147.jar | |
/external/robolectric/v3/runtime/ |
android-all-4.4_r1-robolectric-1.jar | |
android-all-5.0.0_r2-robolectric-1.jar | |
android-all-5.1.1_r9-robolectric-1.jar | |