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

/external/chromium/chrome/browser/
H A Dprocess_singleton_win.cc248 const std::wstring::size_type second_null = local
250 if (second_null == std::wstring::npos ||
251 first_null == msg.length() - 1 || second_null == msg.length()) {
259 second_null - first_null));
262 msg.find_first_of(L'\0', second_null + 1);
271 msg.substr(second_null + 1, third_null - second_null);

Completed in 464 milliseconds