OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:script_command
(Results
1 - 2
of
2
) sorted by null
/external/autotest/site_utils/
test_that.py
217
script_command
= os.path.join(autotest_path, 'site_utils',
219
if not os.path.exists(
script_command
):
222
script_command
)
231
proc = subprocess.Popen([
script_command
] + argv)
/external/autotest/server/cros/
autoupdater.py
663
script_command
= self._get_remote_script(_STATEFUL_UPDATE_SCRIPT)
664
if not
script_command
:
667
return
script_command
[
all
...]
Completed in 202 milliseconds