Home
last modified time | relevance | path

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

/external/lzma/CPP/Common/
DWildcard.h13 bool IsPath1PrefixedByPath2(const wchar_t *s1, const wchar_t *s2);
DWildcard.cpp15 bool IsPath1PrefixedByPath2(const wchar_t *s1, const wchar_t *s2) in IsPath1PrefixedByPath2() function
/external/lzma/CPP/7zip/UI/Common/
DExtract.cpp115 if (!IsPath1PrefixedByPath2(s, elimPrefix)) in DecompressArchive()