OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:target_file_path
(Results
1 - 2
of
2
) sorted by null
/external/autotest/site_utils/lxc/
lxc.py
138
def _download_via_curl(url,
target_file_path
):
141
common_utils.run('sudo curl -s %s -o %s' % (url,
target_file_path
),
151
def _download_via_devserver(url,
target_file_path
):
153
url,
target_file_path
, timeout=constants.DEVSERVER_CALL_TIMEOUT)
/development/testrunner/coverage/
coverage.py
253
for
target_file_path
in target_file_paths:
254
targets.Parse(
target_file_path
)
Completed in 213 milliseconds