Searched refs:MULTI_SUB_DIR (Results 1 – 11 of 11) sorted by relevance
80 …tring uri = property.path + "/" + property.identifierName + "/" + DBConstant::MULTI_SUB_DIR + "/" + in GetVersion()96 uri_ = property.path + "/" + property_.identifierName + "/" + DBConstant::MULTI_SUB_DIR + "/" + in Open()378 …currentDb = property.path + "/" + property.identifierName + "/" + DBConstant::MULTI_SUB_DIR + "/" + in BackupCurrentDatabase()391 …currentDb = property.path + "/" + property.identifierName + "/" + DBConstant::MULTI_SUB_DIR + "/" + in ImportDatabase()
19 const std::string DBConstant::MULTI_SUB_DIR = "multi_ver"; member in DistributedDB::DBConstant
53 return DBConstant::MULTI_SUB_DIR; in GetStoreSubDirectory()
64 static const std::string MULTI_SUB_DIR; variable
377 …CreateFile(g_testDir + "/" + g_storeId + "/" + DBConstant::MULTI_SUB_DIR + "/test.txt", 1024 * 102…387 DeleteFile(g_testDir + "/" + g_storeId + "/" + DBConstant::MULTI_SUB_DIR + "/test.txt");
63 filePath += (DBConstant::MULTI_SUB_DIR + "/" + DBConstant::MULTI_VER_DATA_STORE + in GetKvStoreDirectory()
62 filePath += (DBConstant::MULTI_SUB_DIR + "/" + DBConstant::MULTI_VER_DATA_STORE + in GetKvStoreDirectory()
151 commitProperties.uri = dbInfo.dir + "/" + identifierName + "/" + DBConstant::MULTI_SUB_DIR + in OpenMockMultiDb()158 DBConstant::MULTI_SUB_DIR + "/value_storage" + DBConstant::DB_EXTENSION; in OpenMockMultiDb()161 DBConstant::MULTI_SUB_DIR + "/meta_storage" + DBConstant::DB_EXTENSION; in OpenMockMultiDb()194 …Code = DBCommon::CreateStoreDirectory(dbInfo.dir, identifierName, DBConstant::MULTI_SUB_DIR, true); in CreateMockMultiDb()199 properties.uri = dbInfo.dir + "/" + identifierName + "/" + DBConstant::MULTI_SUB_DIR + in CreateMockMultiDb()
288 …int errCode = DBCommon::CreateStoreDirectory(dataDir, identifierDir, DBConstant::MULTI_SUB_DIR, is… in InitStorages()1183 outPath = verFiledir + "/" + DBConstant::MULTI_SUB_DIR + "/version"; in GetVersionFilePath()
169 … dataDir = property.path + ("/" + property.identifierName + "/" + DBConstant::MULTI_SUB_DIR + "/"); in Remove()
289 DistributedDBToolsUnitTest::RemoveTestDbFiles(g_testDir + "/31/" + DBConstant::MULTI_SUB_DIR); in TearDown()