Searched refs:command_line_file (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/test/chromedriver/chrome/
H A Ddevice_manager.cc49 std::string command_line_file; local
56 command_line_file = "/data/local/tmp/content-shell-command-line";
62 command_line_file = "/data/local/tmp/chrome-shell-command-line";
69 command_line_file = kChromeCmdLineFileBeforeM33;
90 if (!command_line_file.empty()) {
94 if (command_line_file == kChromeCmdLineFileBeforeM33) {
104 serial_, command_line_file, exec_name, args);
H A Dadb.h22 const std::string& command_line_file,
H A Dadb_impl.h34 const std::string& command_line_file,
H A Dadb_impl.cc117 const std::string& command_line_file,
127 command_line_file.c_str()),
133 command_line_file + " on device " + device_serial);
116 SetCommandLineFile(const std::string& device_serial, const std::string& command_line_file, const std::string& exec_name, const std::string& args) argument
H A Ddevice_manager_unittest.cc35 const std::string& command_line_file,
/external/chromium_org/build/android/pylib/gtest/
H A Dtest_package_apk.py43 command_line_file = tempfile.NamedTemporaryFile()
45 command_line_file.write(self.suite_name + ' ' + options)
46 command_line_file.flush()
48 command_line_file.name,
/external/chromium_org/build/android/pylib/linker/
H A Dtest_case.py112 def _WriteCommandLineFile(device, command_line, command_line_file):
117 'echo "%s" > %s' % (command_line, command_line_file))
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dandroid.py176 def command_line_file(self): member in class:ContentShellDriverDetails
1121 cmd_line_file_path = self._driver_details.command_line_file()
1129 self._android_commands.run(['shell', 'echo'] + self._android_driver_cmd_line(pixel_tests, per_test_args) + ['>', self._driver_details.command_line_file()])
1255 cmd_line_file_path = self._driver_details.command_line_file()

Completed in 939 milliseconds