Home
last modified time | relevance | path

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

/external/chromium_org/content/public/test/
Dcontent_browser_test.cc83 base::FilePath subprocess_path; in SetUp() local
84 PathService::Get(base::FILE_EXE, &subprocess_path); in SetUp()
85 subprocess_path = subprocess_path.DirName().DirName(); in SetUp()
86 DCHECK_EQ(subprocess_path.BaseName().value(), "Contents"); in SetUp()
87 subprocess_path = subprocess_path.Append( in SetUp()
90 subprocess_path); in SetUp()
/external/chromium_org/chrome/test/base/
Din_process_browser_test.cc241 base::FilePath subprocess_path; in PrepareTestCommandLine() local
242 PathService::Get(base::FILE_EXE, &subprocess_path); in PrepareTestCommandLine()
244 subprocess_path = subprocess_path.DirName().DirName(); in PrepareTestCommandLine()
245 DCHECK_EQ(subprocess_path.BaseName().value(), "Contents"); in PrepareTestCommandLine()
246 subprocess_path = in PrepareTestCommandLine()
247 subprocess_path.Append("Versions").Append(chrome::kChromeVersion); in PrepareTestCommandLine()
248 subprocess_path = in PrepareTestCommandLine()
249 subprocess_path.Append(chrome::kHelperProcessExecutablePath); in PrepareTestCommandLine()
251 subprocess_path); in PrepareTestCommandLine()