Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Ddisk_cache_os.c150 char *new_path; in concatenate_and_mkdir() local
156 new_path = ralloc_asprintf(ctx, "%s/%s", path, name); in concatenate_and_mkdir()
158 if (mkdir_if_needed(new_path) == 0) in concatenate_and_mkdir()
159 return new_path; in concatenate_and_mkdir()