Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_file_package_test.cpp33 string g_sourcePath = "/source/"; variable
133 g_sourcePath = g_testPath + g_sourcePath; in SetUpTestCase()
136 (void)OS::MakeDBDirectory(g_sourcePath); in SetUpTestCase()
137 ofstream file1(g_sourcePath + FILE_NAME_1, ios::out | ios::binary | ios::trunc); in SetUpTestCase()
141 ofstream file2(g_sourcePath + FILE_NAME_2, ios::out | ios::binary | ios::trunc); in SetUpTestCase()
190 ComparePath(g_sourcePath, g_unpackResultPath);
204 int errCode = PackageFile::PackageFiles(g_sourcePath + NON_EXIST_PATH,
219 int errCode = PackageFile::PackageFiles(g_sourcePath,
235 RemovePath(g_sourcePath);
236 (void)OS::MakeDBDirectory(g_sourcePath);
[all …]