Home
last modified time | relevance | path

Searched refs:libfile (Results 1 - 14 of 14) sorted by relevance

/third_party/python/Lib/distutils/
H A 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
H A D_msvccompiler.py534 libfile = os.path.join(dir, self.library_filename(name))
535 if os.path.isfile(libfile):
536 return libfile
H A Dmsvccompiler.py555 libfile = os.path.join(dir, self.library_filename (name))
556 if os.path.exists(libfile):
557 return libfile
H A Dmsvc9compiler.py759 libfile = os.path.join(dir, self.library_filename (name))
760 if os.path.exists(libfile):
761 return libfile
/third_party/python/Lib/ctypes/
H A Dutil.py259 libfile = os.path.join(dir, "lib%s.so" % name)
260 if os.path.exists(libfile):
261 return libfile
/third_party/libabigail/
H A Dltmain.sh3111 libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
3112 if test -n "$libdir" && test ! -f "$libfile"; then
/third_party/skia/third_party/externals/microhttpd/
H A Dltmain.sh3131 libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
3132 if test -n "$libdir" && test ! -f "$libfile"; then
/third_party/eudev/
H A Dltmain.sh4506 libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
4507 if test -n "$libdir" && test ! -f "$libfile"; then
/third_party/curl/
H A Dltmain.sh4707 libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
4708 if test -n "$libdir" && test ! -f "$libfile"; then
/third_party/lame/
H A Dltmain.sh4459 libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
4460 if test -n "$libdir" && test ! -f "$libfile"; then
/third_party/node/deps/cares/
H A Dltmain.sh4707 libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
4708 if test -n "$libdir" && test ! -f "$libfile"; then
/third_party/node/deps/cares/config/
H A Dltmain.sh4707 libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
4708 if test -n "$libdir" && test ! -f "$libfile"; then
/third_party/libevdev/build-aux/
H A Dltmain.sh4708 libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
4709 if test -n "$libdir" && test ! -f "$libfile"; then
/third_party/skia/third_party/externals/libpng/
H A Dltmain.sh4459 libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
4460 if test -n "$libdir" && test ! -f "$libfile"; then

Completed in 78 milliseconds