Lines Matching refs:path
18 sys.path.insert(0, os.path.join(ZEPHYR_BASE, 'scripts', 'pylib', 'twister'))
103 os.path.join('testsuites', 'tests', 'test_ztest.c'),
122 os.path.join('testsuites', 'tests', 'test_a', 'test_ztest_error.c'),
133 os.path.join('testsuites', 'tests', 'test_a', 'test_ztest_error_1.c'),
144 os.path.join(
160 os.path.join(
212 result: ScanPathResult = scan_file(os.path.join(test_data, test_file))
286 os.path.join(ZEPHYR_BASE, 'scripts', 'tests'),
309 TEST_DATA_REL_PATH = os.path.join(
320 os.path.join(ZEPHYR_BASE, TEST_DATA_REL_PATH),
321 os.path.join(ZEPHYR_BASE, TEST_DATA_REL_PATH, 'tests', 'test_a'),
322 os.path.join(
329 os.path.join(
345 os.path.join(
350 os.path.join(os.sep, TEST_DATA_REL_PATH, 'test_b', 'test_b.check_1'),
351 os.path.join(os.sep, TEST_DATA_REL_PATH, 'test_b', 'test_b.check_1')
354 os.path.join(ZEPHYR_BASE, 'scripts', 'tests'),
355 os.path.join(ZEPHYR_BASE, 'scripts', 'tests'),
357 os.path.join('scripts', 'tests', 'test_b.check_1')
446 (True, [os.path.join('', 'home', 'user', 'dummy_path', 'dummy.c'),
447 os.path.join('', 'home', 'user', 'dummy_path', 'dummy.cpp')]),
457 old_dir = os.path.join('', 'home', 'user', 'dummy_base_dir')
458 new_path = os.path.join('', 'home', 'user', 'dummy_path')
461 def mock_chdir(path, *args, **kwargs): argument
463 cur_dir = path
529 os.path.join('dummy', 'path'),
563 os.path.join('dummy', 'path'),
588 os.path.join('dummy', 'path'),
630 src_dir_path = os.path.join(testsuite_path, 'src')
632 def mock_fsdp(path, *args, **kwargs): argument
635 def mock_find(path, *args, **kwargs): argument
636 if path == src_dir_path:
638 elif path == testsuite_path:
698 def mock_isdir(path, *args, **kwargs): argument
699 return os.path.normpath(path) == isdir_path
704 assert os.path.normpath(result) == expected or result == expected
707 TEST_DATA_REL_PATH = os.path.join(
890 os.path.join(ZEPHYR_BASE, 'scripts/tests'),
891 os.path.join(ZEPHYR_BASE, 'scripts/tests'),