Searched refs:PATHSTR (Results 1 – 3 of 3) sorted by relevance
39 __pn_ += PATHSTR("."); in replace_extension()147 if (Part == PATHSTR(".")) in ClassifyPathPart()149 if (Part == PATHSTR("..")) in ClassifyPathPart()151 if (Part == PATHSTR("/")) in ClassifyPathPart()154 if (Part == PATHSTR("\\")) in ClassifyPathPart()204 AddPart(PK_DotDot, PATHSTR("..")); in lexically_normal()219 return PATHSTR("."); in lexically_normal()231 Result /= PATHSTR(""); in lexically_normal()241 if (Elem == PATHSTR("..")) in DetermineLexicalElementCount()243 else if (Elem != PATHSTR(".") && Elem != PATHSTR("")) in DetermineLexicalElementCount()[all …]
175 return PATHSTR("");178 return PATHSTR("\\");180 return PATHSTR("/");182 return PATHSTR("");338 if (s == PATHSTR(".") || s == PATHSTR("..") || s.empty()) in separate_filename()339 return string_view_pair{s, PATHSTR("")}; in separate_filename()
21 # define PATHSTR(x) (L##x) macro24 # define PATHSTR(x) (x) macro