Home
last modified time | relevance | path

Searched refs:next_sep (Results 1 - 1 of 1) sorted by relevance

/third_party/ninja/src/
H A Dutil.cc190 const char* next_sep = in CanonicalizePath() local
192 if (!next_sep) { in CanonicalizePath()
199 const char* next_sep = src; in CanonicalizePath()
200 while (next_sep != end && !IsPathSeparator(*next_sep)) in CanonicalizePath()
201 ++next_sep; in CanonicalizePath()
202 if (next_sep == end) { in CanonicalizePath()
208 src_next = next_sep + 1; in CanonicalizePath()
210 size_t component_len = next_sep - src; in CanonicalizePath()

Completed in 2 milliseconds