/external/regex-re2/ |
Makefile | 182 ln -sf libre2.so.$(SONAME) $@ 253 ln -sf libre2.so.$(SONAME).0.0 $(DESTDIR)$(libdir)/libre2.so.$(SONAME) 254 ln -sf libre2.so.$(SONAME).0.0 $(DESTDIR)$(libdir)/libre2.so
|
/build/core/ |
install_jni_libs_internal.mk | 70 $(foreach lib, $(my_jni_filenames), ;ln -sf $(my_symlink_target_dir)/$(lib) $(my_app_lib_path)/$(lib))
|
/external/chromium_org/third_party/leveldatabase/src/ |
Makefile | 81 ln -fs $(SHARED3) $(SHARED1) 83 ln -fs $(SHARED3) $(SHARED2)
|
/external/elfutils/0.153/backends/ |
Makefile.am | 117 ln -fs libebl_$${m}-$(PACKAGE_VERSION).so $(DESTDIR)$(libdir)/$(LIBEBL_SUBDIR)/libebl_$${m}.so; \
|
/external/icu/icu4c/source/data/coll/ |
colfiles.mk | 61 ky.txt lkt.txt ln.txt lt.txt lv.txt\
|
/external/libcap-ng/libcap-ng-0.7/ |
libcap-ng.spec | 67 ln -s ../../%{_lib}/$LIBNAME $RPM_BUILD_ROOT%{_libdir}/%{name}.so
|
/external/ppp/pppd/plugins/radius/ |
avpair.c | 692 int rc_avpair_tostr (VALUE_PAIR *pair, char *name, int ln, char *value, int lv) 706 strncpy(name, pair->name, (size_t) ln);
|
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/ |
SDL_epocevents.cpp | 320 TPtrC ln = reader->Current(); local 321 TLex line(ln);
|
/hardware/ti/omap4-aah/domx/make/ |
build.mk | 260 ln -s $(SH_SONAME) $(TARGETDIR)/$(HOSTRELEASE)/$(TARGET) 275 ln -s $(SH_SONAME) $(ROOTFSDIR)/$(ROOTFSRELEASE)/$(TARGET)
|
/hardware/ti/omap4xxx/domx/make/ |
build.mk | 260 ln -s $(SH_SONAME) $(TARGETDIR)/$(HOSTRELEASE)/$(TARGET) 275 ln -s $(SH_SONAME) $(ROOTFSDIR)/$(ROOTFSRELEASE)/$(TARGET)
|
/external/chromium_org/chrome/installer/linux/debian/ |
build.sh | 82 ln -snf "${INSTALLDIR}/cron/${PACKAGE}" "${PACKAGE}"
|
/ndk/build/tools/ |
build-ndk-sysroot.sh | 232 ln -s $link_prefix/$2 $ARCH_INCLUDE/$2
|
build-mingw64-toolchain.sh | 594 run ln -s $TARGET_TAG mingw && 596 run ln -s lib lib$TARGET_BITS
|
build-cxx-stl.sh | 177 ln -sf $ANDROID_NDK_ROOT $BUILD_DIR/ndk
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
zipfile.py | 388 tp, ln = unpack('<HH', extra[:4]) 390 if ln >= 24: 392 elif ln == 16: 394 elif ln == 8: 396 elif ln == 0: 399 raise RuntimeError, "Corrupt extra field %s"%(ln,) 417 extra = extra[ln+4:] [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
zipfile.py | 388 tp, ln = unpack('<HH', extra[:4]) 390 if ln >= 24: 392 elif ln == 16: 394 elif ln == 8: 396 elif ln == 0: 399 raise RuntimeError, "Corrupt extra field %s"%(ln,) 417 extra = extra[ln+4:] [all...] |
/external/chromium-trace/trace-viewer/third_party/python_gflags/ |
gflags2man.py | 494 for ln in self.info.desc: 495 self.fp.write('%s\n' % ln)
|
/external/chromium_org/third_party/python_gflags/ |
gflags2man.py | 494 for ln in self.info.desc: 495 self.fp.write('%s\n' % ln)
|
/frameworks/base/data/fonts/ |
Android.mk | 29 $(hide) ln -sf $$(notdir $$<) $$@
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/ |
build-mingw64-toolchain.sh | 594 run ln -s $TARGET_TAG mingw && 596 run ln -s lib lib$TARGET_BITS
|
/external/bison/build-aux/ |
gendocs.sh | 294 ln -sf ${PACKAGE}.html index.html
|
/external/libogg/win32/ |
Makefile | 91 LN_S = ln -s
|
/external/qemu/distrib/sdl-1.2.15/build-scripts/ |
fatbuild.sh | 220 ln -sf $target $output/libSDL.dylib &&
|
/external/chromium_org/third_party/sqlite/src/contrib/ |
sqlitecon.tcl | 341 set ln {} 349 lappend ln [string range $dash 1 $cw($col)] 351 set y [concat $hdr $ln $y]
|
/external/icu/icu4c/source/ |
config.status | 207 if ln -s conf$$.file conf$$ 2>/dev/null; then 211 # Don't use ln at all; we don't have any links 214 as_ln_s='ln -s' 216 elif ln conf$$.file conf$$ 2>/dev/null; then 217 as_ln_s=ln [all...] |