Searched refs:IsPathSepar (Results 1 – 9 of 9) sorted by relevance
55 if (!IsPathSepar(dirPath.Back())) in NormalizeDirPathPrefix()64 if (!IsPathSepar(dirPath.Back())) in NormalizeDirPathPrefix()693 if (!IsPathSepar(curDir[0]) || !IsPathSepar(curDir[1])) in GetSuperPathBase()856 if (!IsPathSepar(curDir[0]) || !IsPathSepar(curDir[1])) in GetFullPath()
167 if (IsPathSepar(path[i])) in SplitPathToParts()182 if (IsPathSepar(*(p - 1))) in SplitPathToParts_2()194 if (IsPathSepar(*(p - 1))) in SplitPathToParts_Smart()197 if (IsPathSepar(*(p - 1))) in SplitPathToParts_Smart()
54 inline bool IsPathSepar(char c) { return IS_PATH_SEPAR(c); } in IsPathSepar() function55 inline bool IsPathSepar(wchar_t c) { return IS_PATH_SEPAR(c); } in IsPathSepar() function
40 if (!dirPrefix.IsEmpty() && IsPathSepar(dirPrefix.Back())) in CreateArchiveName2()
82 if (IsPathSepar(elimPrefix.Back())) in DecompressArchive()146 else if (!IsPathSepar(c)) in DecompressArchive()
468 if (IsPathSepar(c1) && IsPathSepar(c2)) in CompareTwoNames()479 if (src[num] != 0 && !IsPathSepar(src[num]) && num != 0 && !IsPathSepar(src[num - 1])) in GetNewPath()490 || !IsPathSepar(OldName[num]) in GetNewPath()
768 return IsPathSepar(s[0]) && GetRootPrefixSize(s) == 0; in IsVirtualFsFolder()1295 if (!IsPathSepar(prefix.Back())) in FillFixedReparse()
594 if (IsPathSepar(s.Back())) in GetDirPrefixOf()719 if (!path.IsEmpty() && path[0] == ':' && !prefix.IsEmpty() && IsPathSepar(prefix.Back())) in MakePath_from_2_Parts()
904 item.MainIsDir = (colon == 0 || IsPathSepar(item.Path[(unsigned)colon - 1])); in GetItem()926 item.MainIsDir = (colon == 0 || IsPathSepar(s[(unsigned)colon - 1])); in GetItem()