Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Ddisk_cache_os.c59 HANDLE mod_as_file = CreateFileW( in disk_cache_get_function_identifier() local
67 if (mod_as_file == INVALID_HANDLE_VALUE) in disk_cache_get_function_identifier()
71 bool ret = GetFileTime(mod_as_file, NULL, NULL, &time); in disk_cache_get_function_identifier()
74 CloseHandle(mod_as_file); in disk_cache_get_function_identifier()