Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/
DSplitHandler.cpp155 if (ext2.Len() >= 2 && StringsAreEqual_Ascii(ext2.RightPtr(2), "aa")) in Open2()
165 else if (ext.Len() >= 2 && StringsAreEqual_Ascii(ext2.RightPtr(2), "01")) in Open2()
180 seqName._changedPart = ext.RightPtr(numLetters); in Open2()
/external/lzma/CPP/7zip/UI/Common/
DExtractingFilePath.cpp53 && StringsAreEqualNoCase_Ascii(s.RightPtr(kPostfixSize), ":$DATA")) in Correct_AltStream_Name()
DEnumDirItems.cpp869 if (CompareFileNames(logPath, fullPath.RightPtr(logPath.Len())) != 0) in FillFixedReparse()
DOpenArchive.cpp3006 && StringsAreEqualNoCase_Ascii(filePath.RightPtr(k_ExeExt_Len), k_ExeExt)) in OpenStreamOrFile()
/external/lzma/CPP/Windows/
DFileFind.cpp231 if (s.Len() > 6 + 1 && StringsAreEqualNoCase_Ascii(s.RightPtr(6), ":$DATA")) in GetReducedName()
464 || !StringsAreEqualNoCase_Ascii(streamName.RightPtr(kPostfixSize), ":$DATA")) in Find()
/external/lzma/CPP/Common/
DMyString.h242 const char *RightPtr(unsigned num) const { return _chars + _len - num; } in RightPtr() function
480 const wchar_t *RightPtr(unsigned num) const { return _chars + _len - num; } in RightPtr() function
/external/lzma/CPP/7zip/Archive/7z/
D7zUpdate.cpp841 ext = ui.Name.RightPtr(0); in GetFilterGroup()