Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/
Dprocess_singleton_linux.cc317 FilePath other_chrome_path(base::GetProcessExecutablePath(pid)); in IsChromeProcess() local
318 return (!other_chrome_path.empty() && in IsChromeProcess()
319 other_chrome_path.BaseName() == in IsChromeProcess()