Searched refs:GetDbPath (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rd_connection.cpp | 54 auto errCode = SqliteGlobalConfig::GetDbPath(config, dbPath); in Repair() 107 auto errCode = SqliteGlobalConfig::GetDbPath(config, dbPath); in InnerOpen()
|
H A D | sqlite_global_config.cpp | 107 int SqliteGlobalConfig::GetDbPath(const RdbStoreConfig &config, std::string &dbPath) in GetDbPath() function in OHOS::NativeRdb::SqliteGlobalConfig
|
H A D | sqlite_statement.cpp | 122 …if (SqliteGlobalConfig::GetDbPath(*config_, fileName) != E_OK || access(fileName.c_str(), F_OK) !=… in ReadFile2Buffer()
|
H A D | sqlite_connection.cpp | 99 SqliteGlobalConfig::GetDbPath(config, path); in Collect() 219 auto errCode = SqliteGlobalConfig::GetDbPath(config, dbPath); in InnerOpen()
|
H A D | connection_pool.cpp | 63 (void)SqliteGlobalConfig::GetDbPath(config, dbPath); in Create()
|
H A D | rdb_store_impl.cpp | 1708 int err = SqliteGlobalConfig::GetDbPath(config, dbPath); in Attach()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/ |
H A D | sqlite_global_config.h | 80 static int GetDbPath(const RdbStoreConfig &config, std::string &dbPath);
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/dfx/src/ |
H A D | rdb_fault_hiview_reporter.cpp | 187 SqliteGlobalConfig::GetDbPath(config, eventInfo.path); in Create()
|