HomeSort by relevance Sort by last modified time
    Searched refs:python_runtime (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_test.cc 139 FilePath python_runtime; local
140 EXPECT_TRUE(GetPythonRunTime(&python_runtime));
141 CommandLine cmd_line(python_runtime);
  /external/chromium/base/
process_util_unittest.cc 340 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);

Completed in 1128 milliseconds