Home
last modified time | relevance | path

Searched refs:GetLongPathBase (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/Windows/
DFileIO.cpp69 bool GetLongPathBase(LPCWSTR s, UString &res) in GetLongPathBase() function
96 if (GetLongPathBase(path, longPath)) in GetLongPath()
DFileDir.cpp27 bool GetLongPathBase(LPCWSTR fileName, UString &res);
150 if (!GetLongPathBase(s1, d1) || !GetLongPathBase(s2, d2)) in GetLongPaths()