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

  /external/chromium_org/tools/gn/
label.cc 74 size_t next_to_last_slash = loc.rfind('/', loc.size() - 2); local
75 DCHECK(next_to_last_slash != std::string::npos);
76 result->assign(&loc[next_to_last_slash + 1],
77 loc.size() - next_to_last_slash - 2);

Completed in 67 milliseconds