Home
last modified time | relevance | path

Searched refs:USE_SUPER_PATH (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/Windows/
DFileDir.cpp87 if (hDir == INVALID_HANDLE_VALUE && USE_SUPER_PATH) in SetDirTime()
120 if (USE_SUPER_PATH) in SetFileAttrib()
146 if (USE_SUPER_PATH) in RemoveDir()
244 if ((!USE_MAIN_PATH || ::GetLastError() != ERROR_ALREADY_EXISTS) && USE_SUPER_PATH) in CreateDir()
319 if (USE_SUPER_PATH) in DeleteFileAlways()
DFileName.h53 #define USE_SUPER_PATH (__useSuperPathType != kSuperPathType_UseOnlyMain) macro
DFileFind.cpp138 if (_handle == INVALID_HANDLE_VALUE && USE_SUPER_PATH) in FindFirst()
229 if (USE_SUPER_PATH) in FindFirst()
DFileIO.cpp72 if (_handle == INVALID_HANDLE_VALUE && USE_SUPER_PATH) in Create()