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 19 const wchar_t kPipePrefix[] = L"\\\\.\\pipe\\chrome.sync.";
20 const size_t kPipePrefixSize = arraysize(kPipePrefix);
57 kPipePrefix, GetCurrentProcessId(),
  /external/chromium/net/tools/dump_cache/
upgrade.cc 21 const wchar_t kPipePrefix[] = L"\\\\.\\pipe\\dump_cache_";
34 std::wstring pipe_name(kPipePrefix);
785 std::wstring pipe_name(kPipePrefix);

Completed in 38 milliseconds