Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Ddisk_cache_os.c169 char *lru_name; member
179 free(e->lru_name); in free_lru_file_list()
248 char *tmp = realloc(entry->lru_name, len + 1); in choose_lru_file_matching()
273 entry->lru_name = tmp; in choose_lru_file_matching()
274 memcpy(entry->lru_name, dir_ent->d_name, len + 1); in choose_lru_file_matching()
291 char *filename = e->lru_name; in choose_lru_file_matching()
292 if (asprintf(&e->lru_name, "%s/%s", dir_path, filename) < 0) in choose_lru_file_matching()
293 e->lru_name = NULL; in choose_lru_file_matching()
333 if (unlink(e->lru_name) == 0) in unlink_lru_file_from_directory()
472 size = unlink_lru_file_from_directory(lru_file_dir->lru_name); in disk_cache_evict_lru_item()