Home
last modified time | relevance | path

Searched defs:autodir (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/autotest/client/tools/
H A Dautotest9 autodir = None variable
13 autodir = os.path.dirname(autotest_conf) variable
17 autodir = path variable
/aosp_15_r20/external/autotest/server/
H A Dprofilers.py12 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 Dautotest.py266 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 Dremote.py46 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 Dautotest_client18 autodir = os.path.dirname(sys.argv[0]) variable
H A Dautotest19 autodir = os.path.dirname(autodirbin) variable
/aosp_15_r20/external/autotest/client/common_lib/cros/
H A Dpolicy.py23 def install_protobufs(autodir, job): argument
/aosp_15_r20/external/autotest/client/cros/cellular/
H A Dmmtest.py24 def __init__(self, autodir, modem_pattern_files): argument
/aosp_15_r20/external/autotest/client/common_lib/
H A Dprofiler_manager_unittest.py11 autodir = "/home/autotest" variable in stub_job
H A Dbase_job.py776 autodir = _job_directory.property_factory('autodir') variable in base_job
H A Dbase_job_unittest.py188 def make_job(self, autodir, server): argument