Home
last modified time | relevance | path

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

/external/mesa3d/src/drm-shim/
Ddrm_shim.c150 drm_shim_override_file(const char *contents, const char *path_format, ...) in drm_shim_override_file() argument
156 va_start(ap, path_format); in drm_shim_override_file()
157 nfvasprintf(&path, path_format, ap); in drm_shim_override_file()
Ddrm_shim.h81 const char *path_format, ...) PRINTFLIKE(2, 3);