Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/dfx/src/
H A Drdb_fault_hiview_reporter.cpp42 static constexpr const char *DB_CORRUPTED_POSTFIX = ".corruptedflg"; variable
124 std::string flagFilename = dbPath + DB_CORRUPTED_POSTFIX; in IsReportCorruptedFault()
136 std::string flagFilename = dbPath + DB_CORRUPTED_POSTFIX; in CreateCorruptedFlag()
151 std::string flagFilename = dbPath + DB_CORRUPTED_POSTFIX; in DeleteCorruptedFlag()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dkv_hiview_reporter.cpp38 constexpr const char *DB_CORRUPTED_POSTFIX = ".corruptedflg"; variable
195 std::string flagFilename = dbPath + storeId + DB_CORRUPTED_POSTFIX; in IsReportCorruptedFault()
209 std::string flagFilename = dbPath + storeId + DB_CORRUPTED_POSTFIX; in CreateCorruptedFlag()
225 std::string flagFilename = dbPath + storeId + DB_CORRUPTED_POSTFIX; in DeleteCorruptedFlag()