Home
last modified time | relevance | path

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

12

/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/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/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-project/llvm/examples/Kaleidoscope/MCJIT/cached/
Dsplit-lib.py50 libfile = open(libname, "w")
58 libfile.write(line)
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/complete/
Dsplit-lib.py50 libfile = open(libname, "w")
58 libfile.write(line)
/external/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/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/llvm-project/llvm/utils/gn/build/toolchain/
DBUILD.gn277 libfile = "$outprefix.lib"
279 …command = "$link /nologo /dll {{ldflags}} /out:$dllfile /implib:$libfile /pdb:$pdbfile {{inputs}} …
281 link_output = libfile
282 depend_output = libfile
286 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/llvm-project/llvm/test/tools/llvm-libtool-darwin/
DL-and-l.test98 # RUN: FileCheck %s --check-prefix=NOT-FOUND -DFILE=libfile-will-not-exist.a
104 # RUN: FileCheck %s --check-prefix=NOT-FOUND -DFILE=libfile.a
106 # RUN: llvm-ar cr %t/dirname/libfile.a %t-input1.o
/external/python/cpython2/RISCOS/
DMakefile38 LIBFILE = libfile -c
/external/speex/
Dltmain.sh3131 libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
3132 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
/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/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/llvm-project/polly/lib/External/ppcg/
Dltmain.sh3131 libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
3132 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/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

12