Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/UI/Common/
DExtractingFilePath.cpp99 const unsigned kPostfixSize = 6; in Correct_AltStream_Name() local
100 if (s.Len() >= kPostfixSize in Correct_AltStream_Name()
101 && StringsAreEqualNoCase_Ascii(s.RightPtr(kPostfixSize), ":$DATA")) in Correct_AltStream_Name()
102 len -= kPostfixSize; in Correct_AltStream_Name()
/third_party/lzma/CPP/Windows/
DFileFind.cpp509 const unsigned kPostfixSize = 6; in Find() local
510 if (streamName.Len() <= kPostfixSize in Find()
511 || !StringsAreEqualNoCase_Ascii(streamName.RightPtr(kPostfixSize), ":$DATA")) in Find()
547 if (si.Name.Len() > kPostfixSize + 1) in Find()
548 si.Name.DeleteFrom(si.Name.Len() - kPostfixSize); in Find()