Home
last modified time | relevance | path

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

/external/chromium_org/content/common/
Dsandbox_win.cc225 static uintptr_t s_session_id = 0; in PrependWindowsSessionPath() local
226 if (s_session_id == 0) { in PrependWindowsSessionPath()
236 s_session_id = session_id; in PrependWindowsSessionPath()
239 return base::StringPrintf(L"\\Sessions\\%d%ls", s_session_id, object); in PrependWindowsSessionPath()