Lines Matching full:separator
49 // handles platform-specific conventions (like the pathname separator).
53 // A FilePath with a value ending in a path separator ("like/this/") represents
90 // On Windows platform, uses \ as the separator rather than /.
98 // On Windows, uses \ as the separator rather than /.
117 // If input name has a trailing separator character, removes it and returns
119 // On Windows platform, uses \ as the separator, other platforms use /.
127 // On Windows platform, '\' is the path separator, otherwise it is '/'.
135 // On Windows platform, '\' is the path separator, otherwise it is '/'.
147 // not represent a directory (that is, it doesn't end with a path separator).
164 // Returns true if FilePath ends with a path separator, which indicates that
177 // Replaces multiple consecutive separators with a single separator.
183 // with a trailing separator. On other platforms the same API or script
186 // without checking for the separator already being there.
189 // particular, RemoveTrailingPathSeparator() only removes one separator, and
191 // a pathname from directory syntax (trailing separator) to filename syntax.
193 // On Windows this method also replaces the alternate path separator '/' with
194 // the primary path separator '\\', so that for example "bar\\/\\foo" becomes
199 // Returns a pointer to the last occurence of a valid path separator in
201 // separators. Returns NULL if no path separator was found.