Searched refs:base_path (Results 1 – 9 of 9) sorted by relevance
/tools/test/connectivity/acts/framework/tests/libs/logging/ |
D | log_stream_test.py | 298 base_path = "BASEPATH" 303 base_path=base_path, subcontext=subcontext) 305 expected = os.path.join(base_path, subcontext) 317 base_path = 'BASEPATH' 321 base_path=base_path) 323 base_path, '%s_%s.txt' % (self._testMethodName, 'info'))
|
/tools/test/connectivity/acts/framework/acts/libs/logging/ |
D | log_stream.py | 104 def create_logger(name, log_name=None, base_path='', subcontext='', argument 133 log_stream = _LogStream(name, log_name, base_path, subcontext, log_styles, 206 def __init__(self, name, log_name=None, base_path='', subcontext='', argument 238 self.base_path = base_path or getattr(logging, 'log_path', 241 context.TestContext.add_base_output_path(self.logger.name, self.base_path)
|
/tools/asuite/aidegen/ |
D | aidegen_run_unittests.py | 38 base_path = os.path.dirname(os.path.realpath(__file__)) 40 for dirpath, _, files in os.walk(base_path): 45 rel_file_path = os.path.relpath(full_file_path, base_path)
|
/tools/asuite/plugin_lib/ |
D | plugin_run_unittests.py | 38 base_path = os.path.dirname(os.path.realpath(__file__)) 40 for dirpath, _, files in os.walk(base_path): 45 rel_file_path = os.path.relpath(full_file_path, base_path)
|
/tools/tradefederation/core/atest/asuite_lib_test/ |
D | asuite_lib_run_test.py | 35 base_path = os.path.dirname(os.path.realpath(__file__)) 37 for dirpath, _, files in os.walk(base_path): 42 rel_file_path = os.path.relpath(full_file_path, base_path)
|
/tools/tradefederation/core/atest/ |
D | atest_run_unittests.py | 38 base_path = os.path.dirname(os.path.realpath(__file__)) 40 for dirpath, _, files in os.walk(base_path): 45 rel_file_path = os.path.relpath(full_file_path, base_path)
|
/tools/acloud/ |
D | acloud_test.py | 55 base_path = os.path.dirname(os.path.realpath(__file__)) 58 for dirpath, _, files in os.walk(base_path): 63 rel_file_path = os.path.relpath(full_file_path, base_path)
|
/tools/asuite/atest/ |
D | atest_run_unittests.py | 45 base_path = os.path.dirname(os.path.realpath(__file__)) 47 for dirpath, _, files in os.walk(base_path): 52 rel_file_path = os.path.relpath(full_file_path, base_path)
|
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/ |
D | syslog_lib.py | 44 base_path, argument 64 base_path=base_path,
|