Lines Matching refs:join

30             os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic'),
42 os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic'),
53 os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic'),
62 os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic'),
72 os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic'),
84 os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic'),
95 os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic'),
107 os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic'),
114 os.path.join(TEST_DATA, 'tests', 'one_fail_two_error_one_pass'),
124 apath = os.path.join(ZEPHYR_BASE, 'scripts', 'twister')
155 path = os.path.join(out_path, f_name)
177 platform_path = os.path.join(out_path, f_platform.replace("/", "_") + ".json", )
204 path = os.path.join(out_path, f_name)
236 path = os.path.join(out_path, f_name)
254 twister_path = os.path.join(ZEPHYR_BASE, dir_name)
268 path = os.path.join(twister_path, f_name)
273 twister_path = os.path.join(ZEPHYR_BASE, dir_name)
291 twister_path = os.path.join(ZEPHYR_BASE, dir_name)
305 path = os.path.join(twister_path, f_name)
309 platform_path = os.path.join(twister_path, f_platform.replace("/", "_"))
314 twister_path = os.path.join(ZEPHYR_BASE, dir_name)
331 file_path = os.path.join(ZEPHYR_BASE, file_name)
351 os.path.join(TEST_DATA, 'tests', 'dummy'),
356 os.path.join(TEST_DATA, 'tests', 'dummy'),
378 xml_data = etree.parse(os.path.join(out_path, 'twister_report.xml')).getroot()
394 (os.path.join(TEST_DATA, 'tests', 'dummy'), False, 0),
395 (os.path.join(TEST_DATA, 'tests', 'dummy'), True, 10),
413 with open(os.path.join(out_path, 'twister.json')) as f:
425 path = os.path.join(TEST_DATA, 'tests', 'dummy', 'device', 'group')
438 with open(os.path.join(out_path, 'twister.json')) as f:
441 expected_rel_path = os.path.relpath(os.path.join(path, 'dummy.device.group'), ZEPHYR_BASE)