Home
last modified time | relevance | path

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

12

/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.py570 libfile = os.path.join(dir, self.library_filename(name))
571 if os.path.isfile(libfile):
572 return libfile
Dmsvccompiler.py556 libfile = os.path.join(dir, self.library_filename (name))
557 if os.path.exists(libfile):
558 return libfile
Dmsvc9compiler.py760 libfile = os.path.join(dir, self.library_filename (name))
761 if os.path.exists(libfile):
762 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.com71 $ libfile = "[.packages.vms.''arch_name']curllib.olb"
72 $ if f$search(libfile) .nes. ""
77 $ libfile = "[.lib.^.libs]libcurl.a"
78 $ if f$search(libfile) .nes. ""
Dgnv_link_curl.com347 $ libfile = "[.packages.vms.''arch_name']curllib.olb"
348 $ if f$search(libfile) .nes. ""
350 $ olb_file = libfile
353 $ libfile = "[.lib.^.libs]libcurl.a"
354 $ if f$search(libfile) .nes. ""
356 $ olb_file = libfile
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dsplit-lib.py48 libfile = open(libname, "w")
56 libfile.write(line)
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/complete/
Dsplit-lib.py48 libfile = open(libname, "w")
56 libfile.write(line)
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dsplit-lib.py48 libfile = open(libname, "w")
56 libfile.write(line)
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/cached/
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.py246 libfile = os.path.join(dir, "lib%s.so" % name)
247 if os.path.exists(libfile):
248 return libfile
/external/python/cpython2/RISCOS/
DMakefile38 LIBFILE = libfile -c
/external/libunwind/aux/
Dltmain.sh4426libfile="$libdir/"`$echo "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test
4427 if test -n "$libdir" && test ! -f "$libfile"; then
/external/cmockery/cmockery_0_1_2/
Dlibtool6474libfile="$libdir/"`$echo "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test
6475 if test -n "$libdir" && test ! -f "$libfile"; then
Dltmain.sh6122libfile="$libdir/"`$echo "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test
6123 if test -n "$libdir" && test ! -f "$libfile"; then
/external/swiftshader/third_party/LLVM/autoconf/
Dltmain.sh6114libfile="$libdir/"`$echo "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test
6115 if test -n "$libdir" && test ! -f "$libfile"; then
/external/libcap-ng/libcap-ng-0.7/
Dltmain.sh3131 libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
3132 if test -n "$libdir" && test ! -f "$libfile"; then
/external/libnfnetlink/
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/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/libxkbcommon/xkbcommon/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/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

12