Searched refs:g_sourcePath (Results 1 – 1 of 1) sorted by relevance
33 string g_sourcePath = "/source/"; variable133 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 …]