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

  /external/strace/
pathtrace.c 125 char *rpath; local
129 rpath = realpath(path, NULL);
131 if (rpath == NULL)
135 if (strcmp(path, rpath) == 0) {
136 free(rpath);
140 error_msg("Requested path '%s' resolved into '%s'", path, rpath);
141 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.cpp 77 std::string rpath; member in struct:copyinfo
87 : lpath(local_path), rpath(remote_path), mode(mode) {
88 ensure_trailing_separators(lpath, rpath);
90 rpath.append(name);
92 ensure_trailing_separators(lpath, rpath);
166 const char* lpath, const char* rpath,
200 WriteOrDie(lpath, rpath, &buf[0], (p - &buf[0]));
203 ReportProgress(rpath, data_length, data_length);
208 const char* lpath, const char* rpath,
243 WriteOrDie(lpath, rpath, &sbuf, sizeof(SyncRequest) + bytes_read)
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
ld.h 187 /* Runtime library search path from the -rpath argument. */
188 char *rpath; member in struct:__anon74678
190 /* Link time runtime library search path from the -rpath-link
268 /* The rpath separation character. Usually ':'. */
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUResourceBundle.java 1482 String rpath = wholeBundle.reader.getAlias(_resource); local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUResourceBundle.java 1478 String rpath = wholeBundle.reader.getAlias(_resource); local
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 815 GeneralOptions::const_rpath_iterator rpath, local
817 for (rpath = config().options().rpath_begin(); rpath != rpathEnd;
818 ++rpath)
819 dynstr += (*rpath).size() + 1;
1072 GeneralOptions::const_rpath_iterator rpath, local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
archive.c 1422 char * rpath; local
    [all...]
elflink.c 3474 struct bfd_link_needed_list *rpath = NULL, *runpath = NULL; local
    [all...]
  /external/elfutils/src/
ld.h 766 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 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 865 milliseconds