Lines Matching refs:get_absolute_path
32 def get_absolute_path(path): function
49 kconfig_path = get_absolute_path(
101 log_path = get_absolute_path(
114 log_path = get_absolute_path(
144 all_passed_log = get_absolute_path(
154 failed_log = get_absolute_path(
164 empty_log = get_absolute_path(
176 crash_log = get_absolute_path(
187 crashed_log = get_absolute_path(
197 prefix_log = get_absolute_path(
207 prefix_log = get_absolute_path(
217 mixed_prefix_log = get_absolute_path(
227 pound_log = get_absolute_path('test_data/test_pound_sign.log')
236 panic_log = get_absolute_path('test_data/test_kernel_panic_interrupt.log')
245 pound_log = get_absolute_path('test_data/test_pound_no_prefix.log')
256 with(open(get_absolute_path(log_file))) as file:
290 path = get_absolute_path('test_data/test_is_test_passed-all_passed.log')