Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DArchiveName.cpp118 if (!IsPath1PrefixedByPath2(s, name)) in CreateArchiveName()
DExtract.cpp135 if (!IsPath1PrefixedByPath2(s, elimPrefix)) in DecompressArchive()
/external/lzma/CPP/Common/
DWildcard.h13 bool IsPath1PrefixedByPath2(const wchar_t *s1, const wchar_t *s2);
DWildcard.cpp23 bool IsPath1PrefixedByPath2(const wchar_t *s1, const wchar_t *s2) in IsPath1PrefixedByPath2() function
/external/lzma/CPP/7zip/UI/Agent/
DAgentOut.cpp584 if (!IsPath1PrefixedByPath2(oldFullPath, oldItemPath)) in RenameItem()