Searched refs:second_null (Results 1 - 2 of 2) 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);
/external/chromium_org/chrome/browser/
H A Dprocess_singleton_win.cc126 const std::wstring::size_type second_null = local
128 if (second_null == std::wstring::npos ||
129 first_null == msg.length() - 1 || second_null == msg.length()) {
137 second_null - first_null));
140 msg.find_first_of(L'\0', second_null + 1);
149 msg.substr(second_null + 1, third_null - second_null);

Completed in 85 milliseconds