Home
last modified time | relevance | path

Searched refs:kPipe (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/sandbox/win/src/
Dwin_utils.cc42 const wchar_t kPipe[] = L"pipe\\"; in IsPipe() local
43 return (0 == path.compare(start, arraysize(kPipe) - 1, kPipe)); in IsPipe()