HomeSort by relevance Sort by last modified time
    Searched refs:IsSlash (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/tools/gn/
filesystem_utils.cc 46 if (IsSlash(path[after_dot])) {
59 if (IsSlash(path[after_dot + 1])) {
106 if (!IsSlash(path[2]))
135 if (result.size() >= 2 && result[1].size() == 1 && IsSlash(result[1][0]))
255 if (IsSlash(path[i]))
273 if (IsSlash(path[i]))
307 return !s.empty() && IsSlash(s[s.size() - 1]);
360 if (!IsSlash(path[0])) {
363 if (path.size() > 2 && path[1] == ':' && IsSlash(path[2]))
393 source_root[1] == ':' && IsSlash(source_root[2]))
    [all...]
filesystem_utils.h 82 inline bool IsSlash(const char ch) {
function_rebase_path.cc 47 if (IsSlash(value[value_size - num_dots - 1]))

Completed in 30 milliseconds