Home
last modified time | relevance | path

Searched refs:ends_with_slash (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/url/src/
Dparser.rs1188 let mut ends_with_slash = false; in parse_path() localVariable
1199 ends_with_slash = true; in parse_path()
1207 ends_with_slash = true; in parse_path()
1231 let before_slash_string = if ends_with_slash { in parse_path()
1251 if ends_with_slash && !self.serialization.ends_with('/') { in parse_path()
1271 if ends_with_slash { in parse_path()
1284 if !ends_with_slash { in parse_path()