Searched refs:g_unpackResultPath (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_file_package_test.cpp | 35 string g_unpackResultPath = "/unpack_result/"; variable 135 g_unpackResultPath = g_testPath + g_unpackResultPath; in SetUpTestCase() 167 (void)OS::MakeDBDirectory(g_unpackResultPath); in SetUp() 173 RemovePath(g_unpackResultPath); in TearDown() 188 …kageFile::UnpackFile(g_packageResultPath + PACKAGE_RESULT_FILE_NAME, g_unpackResultPath, fileInfo); 190 ComparePath(g_sourcePath, g_unpackResultPath); 262 …kageFile::UnpackFile(g_packageResultPath + PACKAGE_RESULT_FILE_NAME, g_unpackResultPath, fileInfo); 280 g_unpackResultPath + NON_EXIST_PATH, fileInfo); 305 …kageFile::UnpackFile(g_packageResultPath + PACKAGE_RESULT_FILE_NAME, g_unpackResultPath, fileInfo); 338 …kageFile::UnpackFile(g_packageResultPath + PACKAGE_RESULT_FILE_NAME, g_unpackResultPath, fileInfo);
|