Home
last modified time | relevance | path

Searched refs:module_dir (Results 1 – 11 of 11) sorted by relevance

/external/grpc-grpc/src/php/bin/
Ddetermine_extension_dir.sh20 module_dir=$(pwd)/../ext/grpc/modules
21 if [ ! -e $module_dir/grpc.so ]; then
27 ln -s $f $module_dir/$(basename $f) &> /dev/null || true
29 extension_dir="-d extension_dir=${module_dir} -d extension=grpc.so"
/external/autotest/client/cros/multimedia/
Dimage_generator.py28 module_dir = os.path.dirname(sys.modules[__name__].__file__)
29 template_path = os.path.join(module_dir, 'calibration_images',
/external/python/cpython2/Lib/test/
Dtest_runpy.py210 module_dir = base_dir
212 parent_dir = module_dir
213 module_dir = os.path.join(module_dir, pkg_name)
215 sibling_fname = os.path.join(module_dir, "sibling"+os.extsep+"py")
/external/autotest/site_utils/stable_images/
Dbuild_data_unittest.py57 module_dir = os.path.dirname(sys.modules[__name__].__file__)
58 data_file_path = os.path.join(module_dir, _OMAHA_TEST_DATA)
/external/python/cpython3/Lib/test/
Dtest_runpy.py372 module_dir = base_dir
374 parent_dir = module_dir
375 module_dir = os.path.join(module_dir, pkg_name)
377 sibling_fname = os.path.join(module_dir, "sibling.py")
/external/python/cpython2/Lib/unittest/
Dloader.py262 module_dir = os.path.dirname(realpath)
267 raise ImportError(msg % (mod_name, module_dir, expected_dir))
/external/python/cpython3/Lib/unittest/
Dloader.py452 module_dir = os.path.dirname(realpath)
459 msg % (mod_name, module_dir, expected_dir))
/external/llvm/cmake/modules/
DAddLLVM.cmake198 # module_dir -- corresponding to LIBRARY_OUTPUT_DIRECTORY.
202 set(module_dir ${ARG_BINARY_DIR}) variable
204 set(module_dir ${ARG_LIBRARY_DIR}) variable
217 if(module_dir)
218 string(REPLACE ${CMAKE_CFG_INTDIR} ${build_mode} mi ${module_dir})
229 if(module_dir)
230 set_target_properties(${target} PROPERTIES LIBRARY_OUTPUT_DIRECTORY ${module_dir})
/external/python/cpython3/Objects/
Dmoduleobject.c754 module_dir(PyObject *self, PyObject *args) in module_dir() function
784 {"__dir__", module_dir, METH_NOARGS,
/external/swiftshader/third_party/llvm-7.0/llvm/cmake/modules/
DAddLLVM.cmake242 # module_dir -- corresponding to LIBRARY_OUTPUT_DIRECTORY.
246 set(module_dir ${ARG_BINARY_DIR}) variable
248 set(module_dir ${ARG_LIBRARY_DIR}) variable
261 if(module_dir)
262 string(REPLACE ${CMAKE_CFG_INTDIR} ${build_mode} mi ${module_dir})
273 if(module_dir)
274 set_target_properties(${target} PROPERTIES LIBRARY_OUTPUT_DIRECTORY ${module_dir})
/external/ltp/android/tools/
Dandroid_build_generator.py234 module_dir = os.path.dirname(install_target)