HomeSort by relevance Sort by last modified time
    Searched full:second_null (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/
process_singleton_win.cc 124 const std::wstring::size_type second_null = local
126 if (second_null == std::wstring::npos ||
127 first_null == msg.length() - 1 || second_null == msg.length()) {
135 second_null - first_null));
138 msg.find_first_of(L'\0', second_null + 1);
147 msg.substr(second_null + 1, third_null - second_null);

Completed in 71 milliseconds