Searched refs:filename_was_sep (Results 1 – 4 of 4) sorted by relevance
138 bool filename_was_sep = path.size() > 0 && is_separator(path[end_pos]); in parent_path_end() local148 if (end_pos == 1 && root_dir_pos == 0 && filename_was_sep) in parent_path_end()
140 bool filename_was_sep = in parent_path_end() local150 if (end_pos == root_dir_pos && !filename_was_sep) { in parent_path_end()