Home
last modified time | relevance | path

Searched refs:next_to_last_slash (Results 1 – 1 of 1) sorted by relevance

/third_party/gn/src/gn/
Dlabel.cc70 size_t next_to_last_slash = loc.rfind('/', loc.size() - 2); in ComputeTargetNameFromDep() local
71 DCHECK(next_to_last_slash != std::string::npos); in ComputeTargetNameFromDep()
72 *result = StringAtom(std::string_view{&loc[next_to_last_slash + 1], in ComputeTargetNameFromDep()
73 loc.size() - next_to_last_slash - 2}); in ComputeTargetNameFromDep()