Home
last modified time | relevance | path

Searched refs:backupFilePath (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_impl.cpp1393 backupFilePath = databasePath; in GetDataBasePath()
1396 if (backupFilePath == path_) { in GetDataBasePath()
1411 backupFilePath = path + slaveSuffix; in GetSlaveName()
1427 std::string backupFilePath; in Backup() local
1429 return InnerBackup(backupFilePath, encryptKey); in Backup()
1440 auto deleteDirtyFiles = [&backupFilePath] { in Backup()
1447 auto walFile = backupFilePath + "-wal"; in Backup()
1454 std::string tempPath = backupFilePath + ".tmp"; in Backup()
1456 SqliteUtils::DeleteFile(backupFilePath); in Backup()
1458 …if (access(backupFilePath.c_str(), F_OK) == E_OK && !SqliteUtils::RenameFile(backupFilePath, tempP… in Backup()
[all …]
/ohos5.0/foundation/multimedia/ringtone_library/frameworks/ringtone_extension_hap/RingtoneLibraryExt/entry/src/main/ets/RingtoneBackupExtAbility/
H A DRingtoneBackupExtAbility.ts54 const backupFilePath = backupBasePath + '/storage/media/local/files/Ringtone/';
55 let srcPath:string = backupFilePath;
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_storage.c480 int32_t CmGetCertBackupFilePath(const X509 *userCertX509, uint32_t userId, char *backupFilePath, in CmGetCertBackupFilePath() argument
483 if (userCertX509 == NULL || backupFilePath == NULL) { in CmGetCertBackupFilePath()
503 if (snprintf_s(backupFilePath, backupFilePathLen, backupFilePathLen - 1, "%s/%s", certBackupDir, in CmGetCertBackupFilePath()
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/include/
H A Dcert_manager_storage.h133 int32_t CmGetCertBackupFilePath(const X509 *userCertX509, uint32_t userId, char *backupFilePath,
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/
H A Drdb_store_impl.h108 int GetDataBasePath(const std::string &databasePath, std::string &backupFilePath);
122 int GetSlaveName(const std::string &dbName, std::string &backupFilePath);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_store_impl.h185 int GetDataBasePath(const std::string &databasePath, std::string &backupFilePath);
216 int GetSlaveName(const std::string &dbName, std::string &backupFilePath);
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_test/src/
H A Dmedialibrary_backup_test.cpp1885 string backupFilePath = "/data/test/Pictures/Camera/Flower.png"; variable
1887 EXPECT_EQ(MediaFileUtils::CreateFile(backupFilePath), true);
1896 EXPECT_EQ(backupFilePath, resultPath);