HomeSort by relevance Sort by last modified time
    Searched refs:rpath (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/stlport/test/compiler/StTerm-order/
Makefile 12 LDFLAGS += -Wl,-rpath=${STLPORT_LIB_DIR}
  /external/dhcpcd/mk/
os-Darwin.mk 5 LINK_RPATH= --rpath
  /system/core/adb/
file_sync_client.c 297 static int sync_send(int fd, const char *lpath, const char *rpath,
307 len = strlen(rpath);
374 writex(fd, rpath, len) || writex(fd, tmp, r)) {
410 fprintf(stderr,"failed to copy '%s' to '%s': %s\n", lpath, rpath, sbuf->data);
441 int sync_recv(int fd, const char *rpath, const char *lpath)
449 len = strlen(rpath);
455 writex(fd, rpath, len)) {
499 fprintf(stderr,"cannot write '%s': %s\n", rpath, strerror(errno));
526 fprintf(stderr,"failed to copy '%s' to '%s': %s\n", rpath, lpath, buffer);
602 const char *lpath, const char *rpath)
804 const char *rpath; member in struct:__anon17315
    [all...]
file_sync_service.h 81 int do_sync_push(const char *lpath, const char *rpath, int verifyApk);
82 int do_sync_sync(const char *lpath, const char *rpath, int listonly);
83 int do_sync_pull(const char *rpath, const char *lpath);
  /external/clearsilver/dso/
Makefile 20 /usr/bin/ld -rpath ../libs -shared -o libneo.so -whole-archive ../libs/libneo_cgi.a ../libs/libneo_cs.a ../libs/libneo_utl.a -no-whole-archive $(LDFLAGS) $(LIBS)
  /external/icu4c/config/
mh-linux 20 LD_RPATH= -Wl,-zorigin,-rpath,'$$'ORIGIN
21 LD_RPATH_PRE = -Wl,-rpath,
mh-alpha-linux-cc 34 LD_RPATH_PRE= -Wl,-rpath,
mh-alpha-osf 34 LD_RPATH_PRE= -Wl,-rpath,
mh-bsd-gcc 21 LD_RPATH_PRE= -Wl,-rpath,
mh-qnx 33 LD_RPATH_PRE = -Wl,-rpath,
mh-alpha-linux-gcc 25 LD_RPATH_PRE= -Wl,-rpath,
mh-beos 52 LD_RPATH_PRE = -Wl,-rpath,
mh-irix 32 LD_RPATH_PRE= -Wl,-rpath,
mh-linux-va 27 LD_RPATH= -Wl,-zorigin,-rpath,'$$'ORIGIN
28 #LD_RPATH_PRE = -Wl,-rpath,
  /development/pdk/pndk/config/
config.mk 19 -Wl,-rpath-link=$(NDK_BASE)/lib \
  /external/chromium/third_party/icu/source/config/
mh-alpha-linux-cc 34 LD_RPATH_PRE= -Wl,-rpath,
mh-alpha-osf 34 LD_RPATH_PRE= -Wl,-rpath,
mh-bsd-gcc 21 LD_RPATH_PRE= -Wl,-rpath,
mh-linux 21 LD_RPATH_PRE = -Wl,-rpath,
mh-qnx 33 LD_RPATH_PRE = -Wl,-rpath,
mh-alpha-linux-gcc 25 LD_RPATH_PRE= -Wl,-rpath,
mh-beos 52 LD_RPATH_PRE = -Wl,-rpath,
mh-irix 32 LD_RPATH_PRE= -Wl,-rpath,
mh-mingw 46 LD_RPATH_PRE= -Wl,-rpath,
  /external/jpeg/
ltmain.sh 389 rpath=
440 rpath)
441 rpath="$rpath $arg"
523 -rpath)
524 prev=rpath
602 $echo "$modename: \`$arg' contains no -rpath information" 1>&2
657 # Make sure the rpath contains only unique directories.
664 # This is the magic to use -rpath.
874 if test -z "$rpath"; the
    [all...]

Completed in 661 milliseconds

1 2 3