HomeSort by relevance Sort by last modified time
    Searched defs:rpath (Results 1 - 8 of 8) sorted by null

  /external/strace/
pathtrace.c 130 char *rpath; local
134 rpath = realpath(path, NULL);
136 if (rpath == NULL)
140 if (strcmp(path, rpath) == 0) {
141 free(rpath);
146 path, rpath);
147 storepath(rpath);
  /external/ipsec-tools/src/racoon/
privsep.c 1126 char rpath[MAXPATHLEN + 1]; local
1138 if (realpath(script, rpath) == NULL) {
1145 if (strncmp(path, rpath, len) != 0)
  /system/core/adb/
file_sync_client.c 337 static int sync_send(int fd, const char *lpath, const char *rpath,
347 len = strlen(rpath);
357 writex(fd, rpath, len) || writex(fd, tmp, r)) {
393 fprintf(stderr,"failed to copy '%s' to '%s': %s\n", lpath, rpath, sbuf->data);
424 int sync_recv(int fd, const char *rpath, const char *lpath, int show_progress)
433 len = strlen(rpath);
443 writex(fd, rpath, len)) {
459 writex(fd, rpath, len)) {
503 fprintf(stderr,"cannot write '%s': %s\n", rpath, strerror(errno));
534 fprintf(stderr,"failed to copy '%s' to '%s': %s\n", rpath, lpath, buffer)
817 const char *rpath; member in struct:__anon81201
    [all...]
commandline.c 1601 const char* lpath = NULL, *rpath = NULL; local
1615 const char* rpath = NULL, *lpath = "."; local
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 864 GeneralOptions::const_rpath_iterator rpath, local
1128 GeneralOptions::const_rpath_iterator rpath, local
    [all...]
  /external/elfutils/0.153/src/
ld.h 774 struct pathelement *rpath; member in struct:ld_state
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 306 milliseconds