Home
last modified time | relevance | path

Searched defs:module_dir (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/targets/lavapipe/
Dmeson.build18 module_dir = join_paths(get_option('prefix'), get_option('libdir')) variable
20 module_dir = join_paths(get_option('prefix'), get_option('bindir')) variable
/third_party/mesa3d/src/microsoft/vulkan/
Dmeson.build97 module_dir = join_paths(get_option('prefix'), get_option('libdir')) variable
99 module_dir = join_paths(get_option('prefix'), get_option('bindir')) variable
/third_party/python/Objects/
Dmoduleobject.c811 module_dir(PyObject *self, PyObject *args) in module_dir() function