Lines Matching full:separator
66 // On Windows, '\\' is the standard path separator, but many tools and the
67 // Windows API also accept '/' as an alternate path separator. Unless otherwise
90 // Returns whether the given character is a valid path separator.
126 // Returns a pointer to the last occurence of a valid path separator in
128 // separators. Returns NULL if no path separator was found.
147 // On Windows platform, '\' is the path separator, otherwise it is '/'.
158 // On Windows platform, '\' is the path separator, otherwise it is '/'.
175 // On Windows platform, uses \ as the separator rather than /.
190 // On Windows, uses \ as the separator rather than /.
219 // Don't strip off trailing separator if path is a root directory on
290 // Returns true if FilePath ends with a path separator, which indicates that
336 // If input name has a trailing separator character, remove it and return the
338 // On Windows platform, uses \ as the separator, other platforms use /.