HomeSort by relevance Sort by last modified time
    Searched full:first_after_slash (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/tools/gn/
filesystem_utils.cc 361 size_t first_after_slash = after_common_index; local
362 while (first_after_slash < path.size() &&
363 (path[first_after_slash] == '/' || path[first_after_slash] == '\\'))
364 first_after_slash++;
367 dest->append(&path.data()[first_after_slash],
368 path.size() - first_after_slash);
378 size_t first_after_slash = source_root.size();
379 while (first_after_slash < path.size() && path[first_after_slash] == '/'
    [all...]

Completed in 87 milliseconds