Searched defs:python_runtime (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/
H A Dprocess_util_unittest.cc340 FilePath python_runtime; local
341 ASSERT_TRUE(PathService::Get(base::DIR_SOURCE_ROOT, &python_runtime));
342 python_runtime = python_runtime.Append(FILE_PATH_LITERAL("third_party"))
346 CommandLine cmd_line(python_runtime);
354 CommandLine other_cmd_line(python_runtime);
/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_test.cc139 FilePath python_runtime; local
140 EXPECT_TRUE(GetPythonRunTime(&python_runtime));
141 CommandLine cmd_line(python_runtime);

Completed in 52 milliseconds