Searched refs:kPatternLength (Results 1 – 1 of 1) sorted by relevance
42 static const auto kPatternLength = 4; in fixProcPath() local49 if (path.end() - pos < kPatternLength || !std::equal(kPrefix.begin(), kPrefix.end(), pos)) { in fixProcPath()53 auto res = std::from_chars(&*(pos + kPrefix.size()), &*(pos + kPatternLength), charCode, in fixProcPath()59 dest = std::copy(pos, pos + kPatternLength, dest); in fixProcPath()60 pos += kPatternLength; in fixProcPath()