Searched refs:root_dir_pos (Results 1 – 4 of 4) sorted by relevance
145 size_t root_dir_pos = root_dir_start(path, style); in parent_path_end() local147 (root_dir_pos == StringRef::npos || end_pos > root_dir_pos) && in parent_path_end()151 if (end_pos == root_dir_pos && !filename_was_sep) { in parent_path_end()154 return root_dir_pos + 1; in parent_path_end()329 size_t root_dir_pos = root_dir_start(Path, S); in operator ++() local333 while (end_pos > 0 && (end_pos - 1) != root_dir_pos && in operator ++()340 (root_dir_pos == StringRef::npos || end_pos - 1 > root_dir_pos)) { in operator ++()
136 size_t root_dir_pos = root_dir_start(path.substr(0, end_pos)); in parent_path_end() local139 (end_pos - 1) != root_dir_pos && in parent_path_end()143 if (end_pos == 1 && root_dir_pos == 0 && filename_was_sep) in parent_path_end()237 size_t root_dir_pos = root_dir_start(Path); in operator --() local241 (end_pos - 1) != root_dir_pos && in operator --()
141 size_t root_dir_pos = root_dir_start(path.substr(0, end_pos)); in parent_path_end() local144 (end_pos - 1) != root_dir_pos && in parent_path_end()148 if (end_pos == 1 && root_dir_pos == 0 && filename_was_sep) in parent_path_end()327 size_t root_dir_pos = root_dir_start(Path); in operator ++() local329 Path.size() > root_dir_pos + 1 && in operator ++()340 (end_pos - 1) != root_dir_pos && in operator ++()