Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Ddisk_cache_os.c289 char *lru_name = NULL; in choose_lru_file_matching() local
309 char *tmp = realloc(lru_name, len + 1); in choose_lru_file_matching()
311 lru_name = tmp; in choose_lru_file_matching()
312 memcpy(lru_name, entry->d_name, len + 1); in choose_lru_file_matching()
319 if (lru_name == NULL) { in choose_lru_file_matching()
324 if (asprintf(&filename, "%s/%s", dir_path, lru_name) < 0) in choose_lru_file_matching()
327 free(lru_name); in choose_lru_file_matching()