Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileName.cpp539 bool GetSuperPath(CFSTR path, UString &superPath, bool onlyIfNew) in GetSuperPath() argument
541 if (GetSuperPathBase(path, superPath)) in GetSuperPath()
543 if (superPath.IsEmpty()) in GetSuperPath()
550 superPath = fs2us(path); in GetSuperPath()
DFileIO.cpp74 UString superPath; in Create() local
75 if (GetSuperPath(path, superPath, USE_MAIN_PATH)) in Create()
76 _handle = ::CreateFileW(superPath, desiredAccess, shareMode, in Create()