Searched refs:libfile (Results 1 – 25 of 43) sorted by relevance
12
/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 | 570 libfile = os.path.join(dir, self.library_filename(name)) 571 if os.path.isfile(libfile): 572 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 | 760 libfile = os.path.join(dir, self.library_filename (name)) 761 if os.path.exists(libfile): 762 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 | 71 $ 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. ""
|
D | gnv_link_curl.com | 347 $ 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/ |
D | split-lib.py | 48 libfile = open(libname, "w") 56 libfile.write(line)
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | split-lib.py | 48 libfile = open(libname, "w") 56 libfile.write(line)
|
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | split-lib.py | 48 libfile = open(libname, "w") 56 libfile.write(line)
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/cached/ |
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 | 246 libfile = os.path.join(dir, "lib%s.so" % name) 247 if os.path.exists(libfile): 248 return libfile
|
/external/python/cpython2/RISCOS/ |
D | Makefile | 38 LIBFILE = libfile -c
|
/external/libunwind/aux/ |
D | ltmain.sh | 4426 … libfile="$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/ |
D | libtool | 6474 … libfile="$libdir/"`$echo "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test 6475 if test -n "$libdir" && test ! -f "$libfile"; then
|
D | ltmain.sh | 6122 … libfile="$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/ |
D | ltmain.sh | 6114 … libfile="$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/ |
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/libnfnetlink/ |
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/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/libxkbcommon/xkbcommon/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/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
|
12