Lines Matching full:slash
52 // slash). Returns std::string::npos if not found. Returns path.size() if the
62 // Returns the offset of the character following the last slash, or
63 // 0 if no slash was found. Returns path.size() if the path ends with a slash.
68 // file name (following the last slash, including the extension). Note that the
75 // Removes everything after the last slash. The last slash, if any, will be
79 // Returns if the given character is a slash. This allows both slashes and
86 // Returns true if the given path ends with a slash.
92 // directory name of the given path, including the last slash. Note that the
127 // ("/C:/"). The source root can end with a slash or not.
136 // in all other cases, this is guaranteed to end in a slash.
151 // Returns the given directory with no terminating slash at the end, such that
152 // appending a slash and more stuff will produce a valid path.
172 // go in the root build directory. Otherwise, the result will end in a slash.