Home
last modified time | relevance | path

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

/external/libchrome/base/
Dvlog.cc39 std::string::size_type first_slash = pattern.find_first_of("\\/"); in VmodulePattern() local
40 if (first_slash != std::string::npos) in VmodulePattern()