Searched refs:ralloc_asprintf (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | ralloc.h | 383 char *ralloc_asprintf (const void *ctx, const char *fmt, ...) PRINTFLIKE(2, 3) MALLOCLIKE;
|
D | disk_cache_os.c | 156 new_path = ralloc_asprintf(ctx, "%s/%s", path, name); in concatenate_and_mkdir() 1013 path = ralloc_asprintf(mem_ctx, "%s/index", cache->path); in disk_cache_mmap_cache_index()
|
D | ralloc.c | 451 ralloc_asprintf(const void *ctx, const char *fmt, ...) in ralloc_asprintf() function
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_log.c | 128 char *message_idname = ralloc_asprintf(NULL, "%s:%d", file, line); in __vk_log_impl()
|
/hardware/google/gfxstream/guest/mesa/src/util/tests/ |
D | cache_test.cpp | 87 char *full_path = ralloc_asprintf(mem_ctx, "%s%s", buf, ++cache_dir); in check_directories_created() 217 char *path = ralloc_asprintf( in test_disk_cache_create() 242 path = ralloc_asprintf( in test_disk_cache_create()
|