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 D | distributeddb_file_package_test.cpp | 185 …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 D | package_file.h | 30 …static int PackageFiles(const std::string &sourcePath, const std::string &targetFile, const FileIn…
|
H A D | package_file.cpp | 428 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 D | database_oper.cpp | 573 int errCode = PackageFile::PackageFiles(fileDir, packedFile, fileInfo); in PackExportedDatabase()
|