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

/external/chromium_org/tools/gyp/test/library_dirs/
H A Dgyptest-library-dirs.py17 lib_dir = test.tempdir('secret_location') variable
20 '-D', 'abs_path_to_secret_library_location={0}'.format(lib_dir),
37 'abs_path_to_secret_library_location={0}'.format(lib_dir),
/external/chromium_org/third_party/mesa/src/scons/
H A Ddxsdk.py57 lib_dir = os.path.join(dxsdk_root, 'Lib', target_cpu)
68 env.Prepend(LIBPATH = [lib_dir])
/external/chromium_org/tools/swig/
H A Dswig.py22 lib_dir = os.path.join(swig_dir, "Lib")
23 os.putenv("SWIG_LIB", 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/chromium_org/third_party/cython/src/Cython/Build/Tests/
H A DTestInline.py21 lib_dir = os.path.join('BUILD','inline')
23 lib_dir = tempfile.mkdtemp(prefix='cython_inline_')
24 self.test_kwds['lib_dir'] = lib_dir
/external/iproute2/include/
H A Dxt-internal.h44 extern char *lib_dir;
H A Diptables_common.h35 extern char *lib_dir;
/external/chromium_org/native_client_sdk/src/build_tools/
H A Ddsc_info.py27 def GetSources(lib_dir, tree, target_name):
31 result.append('/'.join([lib_dir, filename]))
/external/iproute2/tc/
H A Dm_xt.c48 char *lib_dir; variable
104 lib_dir = getenv("XTABLES_LIBDIR");
105 if (!lib_dir) {
106 lib_dir = getenv("IPTABLES_LIB_DIR");
107 if (lib_dir)
110 if (lib_dir == NULL)
111 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.c33 const char *lib_dir; local
35 lib_dir = getenv("TC_LIB_DIR");
36 if (!lib_dir)
37 lib_dir = LIBDIR "/tc/";
39 return lib_dir;
/external/lldb/test/api/multithreaded/
H A DTestMultithreaded.py15 self.lib_dir = os.environ["LLDB_LIB_DIR"]
/external/chromium_org/third_party/cython/src/Cython/Build/
H A DInline.py111 lib_dir=os.path.join(get_cython_cache_dir(), 'inline'),
164 module_path = os.path.join(lib_dir, module_name + cython_inline.so_ext)
166 if not os.path.exists(lib_dir):
167 os.makedirs(lib_dir)
191 pyx_file = os.path.join(lib_dir, module_name + '.pyx')
206 build_extension.build_lib = lib_dir
/external/iproute2/
H A Dconfigure73 char *lib_dir;
113 char *lib_dir;
/external/lldb/test/api/check_public_api_headers/
H A DTestPublicAPIHeaders.py17 self.lib_dir = os.environ["LLDB_LIB_DIR"]
/external/lldb/test/
H A Dlldbtest.py1325 dsym = os.path.join(self.lib_dir, 'LLDB.framework', 'LLDB')
1329 'FRAMEWORK_INCLUDES' : "-F%s" % self.lib_dir,
1330 'LD_EXTRAS' : "%s -Wl,-rpath,%s" % (dsym, self.lib_dir),
1336 'LD_EXTRAS' : "-L%s -llldb" % self.lib_dir}
1424 return "%s:%s" % (existing_library_path, self.lib_dir)
1426 return os.path.join(self.lib_dir, 'LLDB.framework')
1428 return self.lib_dir

Completed in 468 milliseconds