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

/external/chromium/chrome/browser/
H A Dprocess_singleton_win.cc235 const std::wstring::size_type first_null = msg.find_first_of(L'\0'); local
236 if (first_null == 0 || first_null == std::wstring::npos) {
239 ", first null = " << first_null;
244 if (msg.substr(0, first_null) == L"START") {
249 msg.find_first_of(L'\0', first_null + 1);
251 first_null == msg.length() - 1 || second_null == msg.length()) {
258 const FilePath cur_dir(msg.substr(first_null + 1,
259 second_null - first_null));

Completed in 43 milliseconds