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

1 2 3 4 5 6

  /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)
805 const char *rpath; member in struct:__anon63463
    [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/elfutils/tests/
test-wrapper.sh 27 # We don't compile in an rpath because we want "make installcheck" to
59 echo >&2 installcheck not possible with --enable-tests-rpath
test-subr.sh 93 echo >&2 installcheck not possible with --enable-tests-rpath
  /build/core/combo/
HOST_darwin-x86.mk 129 -install_name @rpath/$(notdir $@) \
130 -Wl,-rpath,@loader_path/../lib \
137 -Wl,-rpath,@loader_path/../lib \
  /external/chromium_org/third_party/icu/source/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-haiku 22 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,
  /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-haiku 25 LD_RPATH_PRE = -Wl,-rpath,
mh-qnx 33 LD_RPATH_PRE = -Wl,-rpath,
  /external/chromium_org/build/linux/
sysroot_ld_path.sh 30 echo -Wl,-rpath-link=$entry
  /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...]
  /external/qemu/distrib/jpeg-6b/
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 1090 milliseconds

1 2 3 4 5 6