Searched refs:root_dir_pos (Results 1 – 3 of 3) sorted by relevance
144 size_t root_dir_pos = root_dir_start(path, style); in parent_path_end() local146 (root_dir_pos == StringRef::npos || end_pos > root_dir_pos) && in parent_path_end()150 if (end_pos == root_dir_pos && !filename_was_sep) { in parent_path_end()153 return root_dir_pos + 1; in parent_path_end()313 size_t root_dir_pos = root_dir_start(Path, S); in operator ++() local317 while (end_pos > 0 && (end_pos - 1) != root_dir_pos && in operator ++()324 (root_dir_pos == StringRef::npos || end_pos - 1 > root_dir_pos)) { in operator ++()
308 size_type root_dir_pos(root_directory_start(m_pathname, end_pos)); in m_parent_path_end() local311 && (end_pos-1) != root_dir_pos in m_parent_path_end()316 return (end_pos == 1 && root_dir_pos == 0 && filename_was_separator) in m_parent_path_end()818 size_type root_dir_pos(root_directory_start(it.m_path_ptr->m_pathname, end_pos)); in m_path_iterator_decrement() local824 && (end_pos-1) != root_dir_pos in m_path_iterator_decrement()
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 ++()