HomeSort by relevance Sort by last modified time
    Searched refs:kSuperPathType_UseOnlySuper (Results 1 - 2 of 2) sorted by null

  /external/lzma/CPP/Windows/
FileName.h 43 const int kSuperPathType_UseOnlySuper = 1;
50 #define USE_MAIN_PATH (__useSuperPathType != kSuperPathType_UseOnlySuper)
51 #define USE_MAIN_PATH_2 (__useSuperPathType1 != kSuperPathType_UseOnlySuper && __useSuperPathType2 != kSuperPathType_UseOnlySuper)
FileName.cpp 299 - super path contains "." or ".." - we use kSuperPathType_UseOnlySuper
339 kSuperPathType_UseOnlySuper : not Super, Bad Path
350 return kSuperPathType_UseOnlySuper;
376 return kSuperPathType_UseOnlySuper;

Completed in 3150 milliseconds