Home
last modified time | relevance | path

Searched refs:PackageFiles (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_file_package_test.cpp185 …int errCode = PackageFile::PackageFiles(g_sourcePath, g_packageResultPath + PACKAGE_RESULT_FILE_NA…
204 int errCode = PackageFile::PackageFiles(g_sourcePath + NON_EXIST_PATH,
219 int errCode = PackageFile::PackageFiles(g_sourcePath,
238 …int errCode = PackageFile::PackageFiles(g_sourcePath, g_packageResultPath + PACKAGE_RESULT_FILE_NA…
276 …int errCode = PackageFile::PackageFiles(g_sourcePath, g_packageResultPath + PACKAGE_RESULT_FILE_NA…
294 …int errCode = PackageFile::PackageFiles(g_sourcePath, g_packageResultPath + PACKAGE_RESULT_FILE_NA…
319 …int errCode = PackageFile::PackageFiles(g_sourcePath, g_packageResultPath + PACKAGE_RESULT_FILE_NA…
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dpackage_file.h30 …static int PackageFiles(const std::string &sourcePath, const std::string &targetFile, const FileIn…
H A Dpackage_file.cpp428 int PackageFile::PackageFiles(const string &sourcePath, const string &targetFile, in PackageFiles() function in DistributedDB::PackageFile
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/
H A Ddatabase_oper.cpp573 int errCode = PackageFile::PackageFiles(fileDir, packedFile, fileInfo); in PackExportedDatabase()