Lines Matching refs:join
38 CONFIG_FILE = os.path.join(YAML_FILE_DIR, 'config.yml')
78 os.path.join('scene_extensions', 'scene_hdr'),
79 os.path.join('scene_extensions', 'scene_low_light'),
96 _EXTENSIONS_SCENES = (os.path.join('scene_extensions', 'scene_hdr'),
97 os.path.join('scene_extensions', 'scene_low_light'),
136 os.path.join('scene_extensions', 'scene_hdr'): (
141 os.path.join('scene_extensions', 'scene_low_light'): (
356 img_name = os.path.join(out_path, f'test_{scene}.jpg')
794 mobly_output_logs_path = os.path.join(topdir, f'cam_id_{camera_id_str}')
805 mobly_scene_output_logs_path = os.path.join(mobly_output_logs_path, s)
842 os.path.join(os.environ['CAMERA_ITS_TOP'], 'tests', testing_scene))
866 os.path.join(os.environ['CAMERA_ITS_TOP'], test), '-c',
872 os.path.join(os.environ['CAMERA_ITS_TOP'], 'tests',
886 os.path.join(topdir, MOBLY_TEST_SUMMARY_TXT_FILE), 'w') as fp:
892 os.path.join(topdir, MOBLY_TEST_SUMMARY_TXT_FILE), 'r') as file:
955 os.remove(os.path.join(topdir, MOBLY_TEST_SUMMARY_TXT_FILE))
999 scene_test_summary_path = os.path.join(mobly_scene_output_logs_path,
1011 new_yaml_file_path = os.path.join(YAML_FILE_DIR, new_yml_file_name)