Searched refs:sanitized (Results 1 – 2 of 2) sorted by relevance
377 bool backward_mode, uint64_t magic_number, bool sanitized, in TestInternalKeyPropertiesCollector() argument400 if (sanitized) { in TestInternalKeyPropertiesCollector()450 if (sanitized) { in TestInternalKeyPropertiesCollector()
2219 std::string sanitized = wal_file; in DumpWalFile() local2220 size_t lastslash = sanitized.rfind('/'); in DumpWalFile()2222 sanitized = sanitized.substr(lastslash + 1); in DumpWalFile()2223 if (!ParseFileName(sanitized, &log_number, &type)) { in DumpWalFile()