Home
last modified time | relevance | path

Searched refs:file_name_with_path (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/cts/apps/CameraITS/tests/scene8/
H A Dtest_ae_awb_regions.py95 def _do_ae_check(light, dark, file_name_with_path): argument
127 its_session_utils.remove_mp4_file(file_name_with_path)
286 file_name_with_path = os.path.join(log_path, file_name)
318 _do_ae_check(light, dark, file_name_with_path)
/aosp_15_r20/cts/apps/CameraITS/tests/scene_video/
H A Dtest_preview_frame_drop.py117 file_name_with_path = os.path.join(
120 file_name_with_path)
131 file_name_with_path))[1:]
/aosp_15_r20/cts/apps/CameraITS/utils/
H A Dits_session_utils.py3044 def remove_file(file_name_with_path): argument
3050 remove_mp4_file(file_name_with_path)
3053 def remove_mp4_file(file_name_with_path): argument
3060 os.remove(file_name_with_path)
3062 logging.debug('File not found: %s', file_name_with_path)