Home
last modified time | relevance | path

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

/third_party/mesa3d/src/drm-shim/
Ddrm_shim.c161 drm_shim_override_file(const char *contents, const char *path_format, ...) in drm_shim_override_file() argument
167 va_start(ap, path_format); in drm_shim_override_file()
168 nfvasprintf(&path, path_format, ap); in drm_shim_override_file()
Ddrm_shim.h89 const char *path_format, ...) PRINTFLIKE(2, 3);