Searched refs:libfile (Results 1 – 25 of 38) sorted by relevance
12
/external/python/setuptools/setuptools/_distutils/ |
D | bcppcompiler.py | 270 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.py | 556 libfile = os.path.join(dir, self.library_filename(name)) 557 if os.path.isfile(libfile): 558 return libfile
|
D | msvccompiler.py | 556 libfile = os.path.join(dir, self.library_filename (name)) 557 if os.path.exists(libfile): 558 return libfile
|
D | msvc9compiler.py | 759 libfile = os.path.join(dir, self.library_filename (name)) 760 if os.path.exists(libfile): 761 return libfile
|
/external/python/cpython3/Lib/distutils/ |
D | bcppcompiler.py | 270 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.py | 534 libfile = os.path.join(dir, self.library_filename(name)) 535 if os.path.isfile(libfile): 536 return libfile
|
D | msvccompiler.py | 556 libfile = os.path.join(dir, self.library_filename (name)) 557 if os.path.exists(libfile): 558 return libfile
|
D | msvc9compiler.py | 759 libfile = os.path.join(dir, self.library_filename (name)) 760 if os.path.exists(libfile): 761 return libfile
|
/external/python/cpython2/Lib/distutils/ |
D | bcppcompiler.py | 270 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.py | 568 libfile = os.path.join(dir, self.library_filename (name)) 569 if os.path.exists(libfile): 570 return libfile
|
D | msvc9compiler.py | 772 libfile = os.path.join(dir, self.library_filename (name)) 773 if os.path.exists(libfile): 774 return libfile
|
/external/curl/packages/vms/ |
D | pcsi_product_gnv_curl.com | 69 $ 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. ""
|
D | gnv_link_curl.com | 346 $ 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/ |
D | split-lib.py | 48 libfile = open(libname, "w") 56 libfile.write(line)
|
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | split-lib.py | 48 libfile = open(libname, "w") 56 libfile.write(line)
|
/external/python/cpython2/Lib/ctypes/ |
D | util.py | 226 libfile = os.path.join(dir, "lib%s.so" % name) 227 if os.path.exists(libfile): 228 return libfile
|
/external/python/cpython3/Lib/ctypes/ |
D | util.py | 259 libfile = os.path.join(dir, "lib%s.so" % name) 260 if os.path.exists(libfile): 261 return libfile
|
/external/python/cpython2/RISCOS/ |
D | Makefile | 38 LIBFILE = libfile -c
|
/external/libnfnetlink/build-aux/ |
D | ltmain.sh | 3131 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/ |
D | ltmain.sh | 3131 libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test 3132 if test -n "$libdir" && test ! -f "$libfile"; then
|
/external/libnetfilter_conntrack/ |
D | ltmain.sh | 2186 … libfile="$libdir/"`$ECHO "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test 2187 if test -n "$libdir" && test ! -f "$libfile"; then
|
/external/libexif/ |
D | ltmain.sh | 3133 libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test 3134 if test -n "$libdir" && test ! -f "$libfile"; then
|
/external/libogg/ |
D | ltmain.sh | 2186 … libfile="$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/ |
D | ltmain.sh | 2186 … libfile="$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/ |
D | ltmain.sh | 3131 libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test 3132 if test -n "$libdir" && test ! -f "$libfile"; then
|
12