HomeSort by relevance Sort by last modified time
    Searched refs:kPipePrefix (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/
sync_socket_win.cc 18 const wchar_t kPipePrefix[] = L"\\\\.\\pipe\\chrome.sync.";
19 const size_t kPipePrefixSize = arraysize(kPipePrefix);
56 kPipePrefix, GetCurrentProcessId(),
  /external/chromium/net/tools/dump_cache/
upgrade.cc 26 const wchar_t kPipePrefix[] = L"\\\\.\\pipe\\dump_cache_";
39 std::wstring pipe_name(kPipePrefix);
887 std::wstring pipe_name(kPipePrefix);

Completed in 61 milliseconds