Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Common/
DWildcard.h16 void SplitPathToParts_2(const UString &path, UString &dirPrefix, UString &name);
DWildcard.cpp177 void SplitPathToParts_2(const UString &path, UString &dirPrefix, UString &name) in SplitPathToParts_2() function
/third_party/lzma/CPP/7zip/UI/Common/
DUpdate.cpp276 SplitPathToParts_2(path, Prefix, Name); in ParseFromPath()