Home | History | Annotate | Download | only in files

Lines Matching full:separator

14 // Separator         /                \, tolerant of /
95 // to do the same. Since Windows can use either / or \ as the separator,
116 // Windows-style drive letter support and pathname separator characters can be
148 // hierarchical paths. Each character in this array is a valid separator,
149 // but kSeparators[0] is treated as the canonical separator and will be used
282 // Returns a FilePath by appending a separator and the supplied path
284 // excessive separators if this object's path already ends with a separator.
302 // a separator character, or with two separator characters. On POSIX
303 // platforms, an absolute path begins with a separator character.
306 // Returns true if the patch ends with a path separator character.
309 // Returns a copy of this FilePath that ends with a trailing separator. If
314 // separator.