Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileName.cpp36 const wchar_t *kSuperPathPrefix = L"\\\\?\\"; variable
460 res += kSuperPathPrefix; in GetSuperPathBase()
487 superMarker = kSuperPathPrefix; in GetSuperPathBase()
DFileName.h17 extern const wchar_t *kSuperPathPrefix; /* \\?\ */
/external/lzma/CPP/7zip/UI/FileManager/
DBrowseDialog.cpp526 if (pathPrefix.IsEmpty() || pathPrefix == kSuperPathPrefix) in Reload()