OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kSuperPathPrefix
(Results
1 - 3
of
3
) sorted by null
/external/lzma/CPP/Windows/
FileName.h
17
extern const wchar_t *
kSuperPathPrefix
; /* \\?\ */
FileName.cpp
36
const wchar_t *
kSuperPathPrefix
= L"\\\\?\\";
460
res +=
kSuperPathPrefix
;
487
superMarker =
kSuperPathPrefix
;
/external/lzma/CPP/7zip/UI/FileManager/
BrowseDialog.cpp
526
if (pathPrefix.IsEmpty() || pathPrefix ==
kSuperPathPrefix
)
Completed in 376 milliseconds