Searched defs:first_slash (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/
H A Dvlog.cc34 std::string::size_type first_slash = pattern.find_first_of("\\/"); local
35 if (first_slash != std::string::npos)

Completed in 67 milliseconds