Searched refs:IsPathSepar (Results 1 – 9 of 9) sorted by relevance
48 if (!IsPathSepar(dirPath.Back())) in NormalizeDirPathPrefix()57 if (!IsPathSepar(dirPath.Back())) in NormalizeDirPathPrefix()645 if (!IsPathSepar(curDir[0]) || !IsPathSepar(curDir[1])) in GetSuperPathBase()802 if (!IsPathSepar(curDir[0]) || !IsPathSepar(curDir[1])) in GetFullPath()
88 if (IsPathSepar(path[i])) in SplitPathToParts()103 if (IsPathSepar(*(p - 1))) in SplitPathToParts_2()115 if (IsPathSepar(*(p - 1))) in SplitPathToParts_Smart()118 if (IsPathSepar(*(p - 1))) in SplitPathToParts_Smart()423 if (IsPathSepar(path.Back())) in AddItem2()
43 inline bool IsPathSepar(char c) { return IS_PATH_SEPAR(c); } in IsPathSepar() function44 inline bool IsPathSepar(wchar_t c) { return IS_PATH_SEPAR(c); } in IsPathSepar() function
66 if (IsPathSepar(elimPrefix.Back())) in DecompressArchive()125 else if (!IsPathSepar(c)) in DecompressArchive()
40 if (!dirPrefix.IsEmpty() && IsPathSepar(dirPrefix.Back())) in CreateArchiveName2()
479 if (IsPathSepar(c1) && IsPathSepar(c2)) in CompareTwoNames()490 if (src[num] != 0 && !IsPathSepar(src[num]) && num != 0 && !IsPathSepar(src[num - 1])) in GetNewPath()501 || !IsPathSepar(OldName[num]) in GetNewPath()
535 return IsPathSepar(s[0]) && GetRootPrefixSize(s) == 0; in IsVirtualFsFolder()903 if (!IsPathSepar(prefix.Back())) in FillFixedReparse()
455 if (IsPathSepar(s.Back())) in GetDirPrefixOf()555 if (!path.IsEmpty() && path[0] == ':' && !prefix.IsEmpty() && IsPathSepar(prefix.Back())) in MakePath_from_2_Parts()
870 item.MainIsDir = (colon == 0 || IsPathSepar(item.Path[(unsigned)colon - 1])); in GetItem()892 item.MainIsDir = (colon == 0 || IsPathSepar(s[(unsigned)colon - 1])); in GetItem()