/aosp_15_r20/external/autotest/client/tools/ |
H A D | autotest | 9 autodir = None variable 13 autodir = os.path.dirname(autotest_conf) variable 17 autodir = path variable
|
/aosp_15_r20/external/autotest/server/ |
H A D | profilers.py | 12 def get_profiler_results_dir(autodir): argument 21 def get_profiler_log_path(autodir): argument 133 def _get_failure_logs(self, autodir, test, host): argument 156 def _get_profiler_logs(self, autodir, test, host): argument
|
H A D | autotest.py | 266 def install(self, host=None, autodir=None, use_packaging=True): argument 279 def install_full_client(self, host=None, autodir=None): argument 284 def install_no_autoserv(self, host=None, autodir=None): argument 288 def _install_using_packaging(self, host, autodir): argument 313 def _install_using_send_file(self, host, autodir): argument 331 def _install(self, host=None, autodir=None, use_autoserv=True, argument
|
/aosp_15_r20/external/autotest/server/hosts/ |
H A D | remote.py | 46 def _initialize(self, hostname, autodir=None, *args, **dargs): argument 103 def set_autodir(self, autodir): argument
|
/aosp_15_r20/external/autotest/client/bin/ |
H A D | autotest_client | 18 autodir = os.path.dirname(sys.argv[0]) variable
|
H A D | autotest | 19 autodir = os.path.dirname(autodirbin) variable
|
/aosp_15_r20/external/autotest/client/common_lib/cros/ |
H A D | policy.py | 23 def install_protobufs(autodir, job): argument
|
/aosp_15_r20/external/autotest/client/cros/cellular/ |
H A D | mmtest.py | 24 def __init__(self, autodir, modem_pattern_files): argument
|
/aosp_15_r20/external/autotest/client/common_lib/ |
H A D | profiler_manager_unittest.py | 11 autodir = "/home/autotest" variable in stub_job
|
H A D | base_job.py | 776 autodir = _job_directory.property_factory('autodir') variable in base_job
|
H A D | base_job_unittest.py | 188 def make_job(self, autodir, server): argument
|