Home
last modified time | relevance | path

Searched refs:currentFile (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/
H A Dlocal_database_oper.cpp156 std::string currentFile = info.currentDir + DBConstant::LOCAL_DATABASE_NAME + in BackupCurrentDatabase() local
160 errCode = DBCommon::CopyFile(currentFile, backupFile); in BackupCurrentDatabase()
182 …std::string currentFile = info.currentDir + DBConstant::LOCAL_DATABASE_NAME + DBConstant::DB_EXTEN… in ImportUnpackedDatabase() local
186 errCode = SQLiteUtils::ExportDatabase(unpackedFile, cipherType, srcPasswd, currentFile, passwd); in ImportUnpackedDatabase()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dothers_clone_restore.cpp318 struct dirent *currentFile = nullptr; in GetAllfilesInCurrentDir() local
340 while ((currentFile = readdir(dirPath)) != nullptr) { in GetAllfilesInCurrentDir()
341 if (!strcmp(currentFile->d_name, ".") || !strcmp(currentFile->d_name, "..")) { in GetAllfilesInCurrentDir()
344 if (strncpy_s(fName + len, FILENAME_MAX - len, currentFile->d_name, FILENAME_MAX - len)) { in GetAllfilesInCurrentDir()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp1228 std::string currentFile = filePath + std::string(ptr->d_name); in ScanSoFiles() local
1233 std::string relativePath = currentFile.substr(prefixPath.size()); in ScanSoFiles()