Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Ddisk_cache.c488 char *lru_name = NULL; in choose_lru_file_matching() local
508 char *tmp = realloc(lru_name, len + 1); in choose_lru_file_matching()
510 lru_name = tmp; in choose_lru_file_matching()
511 memcpy(lru_name, entry->d_name, len + 1); in choose_lru_file_matching()
518 if (lru_name == NULL) { in choose_lru_file_matching()
523 if (asprintf(&filename, "%s/%s", dir_path, lru_name) < 0) in choose_lru_file_matching()
526 free(lru_name); in choose_lru_file_matching()