Searched refs:DB_CORRUPTED_POSTFIX (Results 1 – 2 of 2) sorted by relevance
42 static constexpr const char *DB_CORRUPTED_POSTFIX = ".corruptedflg"; variable124 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()
38 constexpr const char *DB_CORRUPTED_POSTFIX = ".corruptedflg"; variable195 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()