Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileName.h57 bool IsAltStreamPrefixWithColon(const UString &s) throw();
DFileName.cpp220 bool IsAltStreamPrefixWithColon(const UString &s) throw() in IsAltStreamPrefixWithColon() function
/external/lzma/CPP/7zip/UI/Agent/
DAgentOut.cpp228 if (!NFile::NName::IsAltStreamPrefixWithColon(fs2us(folderPrefix))) in Z7_COM7F_IMF()
DAgent.cpp1500 && !NFile::NName::IsAltStreamPrefixWithColon(path)) in Z7_COM7F_IMF()
/external/lzma/CPP/7zip/UI/Common/
DEnumDirItems.cpp415 NFile::NName::IsAltStreamPrefixWithColon(fs2us(phyPrefix)); in EnumerateItems2()
/external/lzma/CPP/7zip/UI/FileManager/
DPanelDrag.cpp1748 if (!NFile::NName::IsAltStreamPrefixWithColon(dataObjectSpec->DestDirPrefix_FromTarget)) in OnDrag()