Home
last modified time | relevance | path

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

/system/incremental_delivery/incfs/
DMountRegistry.cpp42 static const auto kPatternLength = 4; in fixProcPath() local
49 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()