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

  /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/gptfdisk/
gptcl.h 34 char *attributeOperation, *backupFile, *partName, *hybrids;
47 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"},
90 {"load-backup", 'l', POPT_ARG_STRING, &backupFile, 'l', "load GPT backup from file", "file"},
192 SaveGPTBackup(backupFile);
193 free(backupFile);
268 LoadBackupFile(backupFile, saveData, neverSaveData);
269 free(backupFile);
433 LoadBackupFile(backupFile, saveData, neverSaveData)
    [all...]
gpt.cc     [all...]
  /prebuilts/go/darwin-x86/src/cmd/gofmt/
gofmt.go 127 bakname, err := backupFile(filename+".", src, perm)
302 // backupFile writes data to a new file named filename<number> with permissions perm,
303 // with <number randomly chosen such that the file name is unique. backupFile returns
305 func backupFile(filename string, data []byte, perm os.FileMode) (string, error) {
gofmt_test.go 183 name, err := backupFile(filepath.Join(dir, "foo.go"), []byte(" package main"), 0644)
  /prebuilts/go/linux-x86/src/cmd/gofmt/
gofmt.go 127 bakname, err := backupFile(filename+".", src, perm)
302 // backupFile writes data to a new file named filename<number> with permissions perm,
303 // with <number randomly chosen such that the file name is unique. backupFile returns
305 func backupFile(filename string, data []byte, perm os.FileMode) (string, error) {
gofmt_test.go 183 name, err := backupFile(filepath.Join(dir, "foo.go"), []byte(" package main"), 0644)
  /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 715 const char* backupFile = "/sdcard/backup.dat";
718 backupFile = argv[optind];
734 res = android::restore_data(backupFile);
741 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);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
FileHook.py 52 self.backupfile = gBACKUPFILE
  /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 454 backupFile(messagesWritten, fileName, data);
483 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 164 File backupFile = mContext.getDatabasePath(getDatabaseName()
166 if (backupFile.exists()) {
169 databaseFile.renameTo(backupFile);
    [all...]
  /frameworks/base/core/java/android/app/backup/
BackupAgent.java 679 if (DEBUG) Log.i(TAG, "backupFile() of " + filePath + " => domain=" + domain
    [all...]
  /prebuilts/maven_repo/bumptech/com/github/bumptech/glide/disklrucache/SNAPSHOT/
disklrucache-SNAPSHOT.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 
  /prebuilts/tools/common/m2/repository/net/sf/saxon/Saxon-HE/9.8.0-5/
Saxon-HE-9.8.0-5.jar 

Completed in 2887 milliseconds