Searched refs:lib_dir (Results 1 - 23 of 23) sorted by relevance

/external/python/cpython2/Tools/compiler/
H A Dregrtest.py62 def run_regrtest(lib_dir):
63 test_dir = os.path.join(lib_dir, "test")
65 os.system("PYTHONPATH=%s %s -v regrtest.py" % (lib_dir, sys.executable))
71 lib_dir = copy_library()
72 compile_files(lib_dir)
73 run_regrtest(lib_dir)
75 cleanup(lib_dir)
/external/skia/infra/bots/assets/chromebook_arm_gles/
H A Dcreate.py35 lib_dir = os.path.join(target_dir, 'lib')
36 os.mkdir(lib_dir)
39 shutil.copy(f, lib_dir)
42 shutil.copy(f, lib_dir)
45 shutil.copy(f, lib_dir)
/external/mesa3d/scons/
H A Ddxsdk.py57 lib_dir = os.path.join(dxsdk_root, 'Lib', target_cpu)
68 env.Prepend(LIBPATH = [lib_dir])
/external/iproute2/include/
H A Dxt-internal.h44 extern char *lib_dir;
H A Diptables_common.h35 extern char *lib_dir;
/external/r8/tools/
H A Drun-jdwp-tests.py70 lib_dir = get_lib_dir(version)
76 os.environ['LD_LIBRARY_PATH'] = lib_dir
77 os.environ['DYLD_LIBRARY_PATH'] = lib_dir
99 lib_dir = get_lib_dir(version)
111 lib_dir = get_lib_dir(version)
/external/iproute2/tc/
H A Dm_xt.c52 char *lib_dir; variable
108 lib_dir = getenv("XTABLES_LIBDIR");
109 if (!lib_dir) {
110 lib_dir = getenv("IPTABLES_LIB_DIR");
111 if (lib_dir)
114 if (lib_dir == NULL)
115 lib_dir = XT_LIB_DIR;
H A Dm_xt_old.c67 char *lib_dir; variable
196 lib_dir = getenv("XTABLES_LIBDIR");
197 if (!lib_dir) {
198 lib_dir = getenv("IPTABLES_LIB_DIR");
199 if (lib_dir)
202 if (lib_dir == NULL)
203 lib_dir = XT_LIB_DIR;
H A Dm_ipt.c59 char *lib_dir; variable
227 char path[strlen(lib_dir) + sizeof ("/libipt_.so") + strlen(name)];
263 sprintf(path, "%s/libxt_%s.so", lib_dir, new_name);
267 sprintf(path, "%s/libipt_%s.so", lib_dir, new_name);
271 sprintf(path, "%s/libxt_%s.so", lib_dir , lname);
276 sprintf(path, "%s/libipt_%s.so", lib_dir , lname);
403 lib_dir = getenv("IPTABLES_LIB_DIR");
404 if (!lib_dir)
405 lib_dir = IPT_LIB_DIR;
545 lib_dir
[all...]
H A Dtc_util.c67 const char *lib_dir; local
69 lib_dir = getenv("TC_LIB_DIR");
70 if (!lib_dir)
71 lib_dir = LIBDIR "/tc/";
73 return lib_dir;
/external/python/cpython2/Tools/ssl/
H A Dtest_multiple_versions.py78 env["LD_LIBRARY_PATH"] = self.lib_dir
86 env["LD_LIBRARY_PATH"] = self.lib_dir
95 def lib_dir(self): member in class:BuildSSL
192 env["LDFLAGS"] = "-L{}".format(self.lib_dir)
194 env["LD_RUN_PATH"] = self.lib_dir
/external/python/cpython2/Lib/test/
H A Dtest___all__.py89 lib_dir = os.path.dirname(os.path.dirname(__file__))
90 for path, modname in self.walk_modules(lib_dir, ""):
/external/clang/
H A Dbuild.py392 lib_dir = os.path.join(
394 makedirs(lib_dir)
396 install_target_profile_rt(build_dir, lib_dir)
400 install_host_profile_rt(build_dir, host, lib_dir)
403 def install_target_profile_rt(build_dir, lib_dir):
419 install_file(built_lib, os.path.join(lib_dir, lib_name))
422 def install_host_profile_rt(build_dir, host, lib_dir):
434 install_file(built_lib, os.path.join(lib_dir, lib_name))
442 lib_dir = os.path.join(
444 if not os.path.isdir(lib_dir)
[all...]
/external/eigen/cmake/
H A DFindMetis.cmake218 foreach(lib_dir ${REQUIRED_LIBDIRS})
219 list(APPEND CMAKE_REQUIRED_LIBRARIES "-L${lib_dir}")
H A DFindHWLOC.cmake262 foreach(lib_dir ${REQUIRED_LIBDIRS})
263 list(APPEND CMAKE_REQUIRED_LIBRARIES "-L${lib_dir}")
H A DFindPTSCOTCH.cmake325 foreach(lib_dir ${REQUIRED_LIBDIRS})
326 list(APPEND CMAKE_REQUIRED_LIBRARIES "-L${lib_dir}")
H A DFindScotch.cmake278 foreach(lib_dir ${REQUIRED_LIBDIRS})
279 list(APPEND CMAKE_REQUIRED_LIBRARIES "-L${lib_dir}")
H A DFindPastix.cmake648 foreach(lib_dir ${REQUIRED_LIBDIRS})
649 list(APPEND CMAKE_REQUIRED_LIBRARIES "-L${lib_dir}")
/external/iproute2/
H A Dconfigure102 char *lib_dir;
142 char *lib_dir;
/external/swiftshader/third_party/subzero/pydir/
H A Dszbuild.py202 lib_dir = {
213 '{lib_dir}/lib/' +
215 root=nacl_root, lib_dir=lib_dir),
/external/python/cpython2/Lib/distutils/tests/
H A Dtest_sysconfig.py34 lib_dir = sysconfig.get_python_lib()
36 #self.assertTrue(os.path.isdir(lib_dir), lib_dir)
/external/python/cpython2/Lib/distutils/
H A Dccompiler.py1085 lib_dir, lib_name = os.path.split(lib)
1086 if lib_dir != '':
1087 lib_file = compiler.find_library_file([lib_dir], lib_name)
H A Dsysconfig.py246 lib_dir = get_python_lib(plat_specific=1, standard_lib=1)
247 return os.path.join(lib_dir, "config", "Makefile")

Completed in 1205 milliseconds