Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileName.cpp90 const wchar_t *kSuperPathPrefix = L"\\\\?\\"; variable
616 res += kSuperPathPrefix; in GetSuperPathBase()
642 superMarker = kSuperPathPrefix; in GetSuperPathBase()
DFileName.h26 extern const wchar_t *kSuperPathPrefix; /* \\?\ */
/external/lzma/CPP/7zip/UI/FileManager/
DBrowseDialog.cpp534 if (pathPrefix.IsEmpty() || pathPrefix == kSuperPathPrefix) in Reload()