Home
last modified time | relevance | path

Searched refs:IS_PATH_SEPAR (Results 1 – 7 of 7) sorted by relevance

/external/lzma/CPP/Common/
DMyString.h18 #define IS_PATH_SEPAR(c) ((c) == '\\' || (c) == '/') macro
20 #define IS_PATH_SEPAR(c) ((c) == CHAR_PATH_SEPARATOR) macro
23 inline bool IsPathSepar(char c) { return IS_PATH_SEPAR(c); } in IsPathSepar()
24 inline bool IsPathSepar(wchar_t c) { return IS_PATH_SEPAR(c); } in IsPathSepar()
DMyString.cpp666 if (IS_PATH_SEPAR(c)) in ReverseFind_PathSepar()
1210 if (IS_PATH_SEPAR(c)) in ReverseFind_PathSepar()
/external/lzma/CPP/Windows/
DFileFind.cpp543 else if (IS_PATH_SEPAR(path[0])) in Find()
DFileDir.cpp372 if (pos == 1 && IS_PATH_SEPAR(path[0])) in CreateComplexDir()
DFileName.cpp15 #define IS_SEPAR(c) IS_PATH_SEPAR(c)
/external/lzma/CPP/7zip/UI/Common/
DArchiveExtractCallback.cpp1591 if (IS_PATH_SEPAR(c)) in GetNumSlashes()
DUpdate.cpp972 if (IS_PATH_SEPAR(c)) in GetNumSlashes()