Home
last modified time | relevance | path

Searched refs:timestamp_str (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_screen.c152 char *timestamp_str; in nouveau_disk_cache_create() local
157 res = asprintf(&timestamp_str, "%u", mesa_timestamp); in nouveau_disk_cache_create()
161 timestamp_str, 0); in nouveau_disk_cache_create()
162 free(timestamp_str); in nouveau_disk_cache_create()
/external/autotest/site_utils/
Dgs_offloader_unittest.py780 timestamp_str = '2016.04.28_01.41.44'
781 timestamp_cts_folder = os.path.join(cts_result_folder, timestamp_str)
782 timestamp_cts_v2_folder = os.path.join(cts_v2_result_folder, timestamp_str)
783 timestamp_gts_folder = os.path.join(gts_result_folder, timestamp_str)
800 cts_zip_file = os.path.join(cts_result_folder, timestamp_str + '.zip')
802 cts_v2_zip_file = os.path.join(cts_v2_result_folder, timestamp_str + '.zip')
803 gts_zip_file = os.path.join(gts_result_folder, timestamp_str + '.zip')
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c634 char *timestamp_str; in si_disk_cache_create() local
640 res = asprintf(&timestamp_str, "%u_%u", in si_disk_cache_create()
654 timestamp_str, in si_disk_cache_create()
656 free(timestamp_str); in si_disk_cache_create()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c857 char *timestamp_str; in r600_disk_cache_create() local
860 res = asprintf(&timestamp_str, "%u",mesa_timestamp); in r600_disk_cache_create()
870 timestamp_str, in r600_disk_cache_create()
872 free(timestamp_str); in r600_disk_cache_create()