OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kSuperPathType_UseOnlySuper
(Results
1 - 2
of
2
) sorted by null
/external/lzma/CPP/Windows/
FileName.h
84
const int
kSuperPathType_UseOnlySuper
= 1;
91
#define USE_MAIN_PATH (__useSuperPathType !=
kSuperPathType_UseOnlySuper
)
92
#define USE_MAIN_PATH_2 (__useSuperPathType1 !=
kSuperPathType_UseOnlySuper
&& __useSuperPathType2 !=
kSuperPathType_UseOnlySuper
)
FileName.cpp
447
- super path contains "." or ".." - we use
kSuperPathType_UseOnlySuper
487
kSuperPathType_UseOnlySuper
: not Super, Bad Path
498
return
kSuperPathType_UseOnlySuper
;
524
return
kSuperPathType_UseOnlySuper
;
Completed in 50 milliseconds