Searched refs:filename_was_sep (Results 1 – 4 of 4) sorted by relevance
133 bool filename_was_sep = path.size() > 0 && is_separator(path[end_pos]); in parent_path_end() local143 if (end_pos == 1 && root_dir_pos == 0 && filename_was_sep) in parent_path_end()
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()
141 bool filename_was_sep = in parent_path_end() local151 if (end_pos == root_dir_pos && !filename_was_sep) { in parent_path_end()