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

/external/chromium_org/rlz/win/lib/
H A Dmachine_id_win.cc28 wchar_t* first_slash = wcspbrk(system_path, L"\\/"); local
29 if (first_slash != NULL)
30 *(first_slash + 1) = 0;
/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)
/external/chromium_org/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 182 milliseconds