Home
last modified time | relevance | path

Searched refs:libfile (Results 1 – 25 of 38) sorted by relevance

12

/external/python/setuptools/setuptools/_distutils/
Dbcppcompiler.py270 libfile = self.find_library_file(library_dirs, lib, debug)
271 if libfile is None:
276 ld_args.append(libfile)
326 libfile = os.path.join(dir, self.library_filename(name))
327 if os.path.exists(libfile):
328 return libfile
D_msvccompiler.py556 libfile = os.path.join(dir, self.library_filename(name))
557 if os.path.isfile(libfile):
558 return libfile
Dmsvccompiler.py556 libfile = os.path.join(dir, self.library_filename (name))
557 if os.path.exists(libfile):
558 return libfile
Dmsvc9compiler.py759 libfile = os.path.join(dir, self.library_filename (name))
760 if os.path.exists(libfile):
761 return libfile
/external/python/cpython3/Lib/distutils/
Dbcppcompiler.py270 libfile = self.find_library_file(library_dirs, lib, debug)
271 if libfile is None:
276 ld_args.append(libfile)
326 libfile = os.path.join(dir, self.library_filename(name))
327 if os.path.exists(libfile):
328 return libfile
D_msvccompiler.py534 libfile = os.path.join(dir, self.library_filename(name))
535 if os.path.isfile(libfile):
536 return libfile
Dmsvccompiler.py556 libfile = os.path.join(dir, self.library_filename (name))
557 if os.path.exists(libfile):
558 return libfile
Dmsvc9compiler.py759 libfile = os.path.join(dir, self.library_filename (name))
760 if os.path.exists(libfile):
761 return libfile
/external/python/cpython2/Lib/distutils/
Dbcppcompiler.py270 libfile = self.find_library_file(library_dirs, lib, debug)
271 if libfile is None:
276 ld_args.append(libfile)
326 libfile = os.path.join(dir, self.library_filename(name))
327 if os.path.exists(libfile):
328 return libfile
Dmsvccompiler.py568 libfile = os.path.join(dir, self.library_filename (name))
569 if os.path.exists(libfile):
570 return libfile
Dmsvc9compiler.py772 libfile = os.path.join(dir, self.library_filename (name))
773 if os.path.exists(libfile):
774 return libfile
/external/curl/packages/vms/
Dpcsi_product_gnv_curl.com69 $ libfile = "[.packages.vms.''arch_name']curllib.olb"
70 $ if f$search(libfile) .nes. ""
75 $ libfile = "[.lib.^.libs]libcurl.a"
76 $ if f$search(libfile) .nes. ""
Dgnv_link_curl.com346 $ libfile = "[.packages.vms.''arch_name']curllib.olb"
347 $ if f$search(libfile) .nes. ""
349 $ olb_file = libfile
352 $ libfile = "[.lib.^.libs]libcurl.a"
353 $ if f$search(libfile) .nes. ""
355 $ olb_file = libfile
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dsplit-lib.py48 libfile = open(libname, "w")
56 libfile.write(line)
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dsplit-lib.py48 libfile = open(libname, "w")
56 libfile.write(line)
/external/python/cpython2/Lib/ctypes/
Dutil.py226 libfile = os.path.join(dir, "lib%s.so" % name)
227 if os.path.exists(libfile):
228 return libfile
/external/python/cpython3/Lib/ctypes/
Dutil.py259 libfile = os.path.join(dir, "lib%s.so" % name)
260 if os.path.exists(libfile):
261 return libfile
/external/python/cpython2/RISCOS/
DMakefile38 LIBFILE = libfile -c
/external/libnfnetlink/build-aux/
Dltmain.sh3131 libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
3132 if test -n "$libdir" && test ! -f "$libfile"; then
/external/libnetfilter_conntrack/build-aux/
Dltmain.sh3131 libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
3132 if test -n "$libdir" && test ! -f "$libfile"; then
/external/libnetfilter_conntrack/
Dltmain.sh2186libfile="$libdir/"`$ECHO "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test
2187 if test -n "$libdir" && test ! -f "$libfile"; then
/external/libexif/
Dltmain.sh3133 libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
3134 if test -n "$libdir" && test ! -f "$libfile"; then
/external/libogg/
Dltmain.sh2186libfile="$libdir/"`$ECHO "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test
2187 if test -n "$libdir" && test ! -f "$libfile"; then
/external/google-breakpad/autotools/
Dltmain.sh2186libfile="$libdir/"`$ECHO "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test
2187 if test -n "$libdir" && test ! -f "$libfile"; then
/external/lmfit/build-aux/
Dltmain.sh3131 libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
3132 if test -n "$libdir" && test ! -f "$libfile"; then

12