HomeSort by relevance Sort by last modified time
    Searched full:backupfile (Results 1 - 21 of 21) sorted by null

  /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);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
lmaudit.h 28 DWORD WINAPI NetAuditClear(LPCWSTR server,LPCWSTR backupfile,LPCWSTR service);
lmerrlog.h 41 NET_API_STATUS WINAPI NetErrorLogClear(LPCWSTR server,LPCWSTR backupfile,LPBYTE reserved);
  /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/services/core/java/com/android/server/pm/
Settings.java     [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/core/java/android/app/backup/
BackupAgent.java 617 if (DEBUG) Log.i(TAG, "backupFile() of " + filePath + " => domain=" + domain
    [all...]
  /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 
  /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 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/
libmsdart.a     [all...]
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 1440 milliseconds