Searched refs:subprocess_path (Results 1 – 2 of 2) sorted by relevance
83 base::FilePath subprocess_path; in SetUp() local84 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()
241 base::FilePath subprocess_path; in PrepareTestCommandLine() local242 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()