Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/targets/lavapipe/
Dmeson.build14 module_dir = join_paths(get_option('prefix'), get_option('bindir')) variable
16 module_dir = join_paths(get_option('prefix'), get_option('libdir')) variable
/external/llvm/cmake/modules/
DAddLLVM.cmake202 set(module_dir ${ARG_BINARY_DIR}) variable
204 set(module_dir ${ARG_LIBRARY_DIR}) variable
/external/llvm-project/llvm/cmake/modules/
DAddLLVM.cmake274 set(module_dir ${ARG_BINARY_DIR}) variable
276 set(module_dir ${ARG_LIBRARY_DIR}) variable
/external/python/cpython3/Objects/
Dmoduleobject.c792 module_dir(PyObject *self, PyObject *args) in module_dir() function