Searched refs:GetDbSize (Results 1 – 3 of 3) sorted by relevance
71 int errCodeAll = SQLiteUtils::GetDbSize(dirAll, dbName, size); in GetKvDbSize()76 int errCodeOnlyStore = SQLiteUtils::GetDbSize(dirStoreOnly, dbName, size); in GetKvDbSize()
135 static int GetDbSize(const std::string &dir, const std::string &dbName, uint64_t &size);
2098 int SQLiteUtils::GetDbSize(const std::string &dir, const std::string &dbName, uint64_t &size) in GetDbSize() function in DistributedDB::SQLiteUtils