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

  /external/strace/
pathtrace.c 127 char *rpath; local
131 rpath = realpath(path, NULL);
133 if (rpath == NULL)
137 if (strcmp(path, rpath) == 0) {
138 free(rpath);
142 error_msg("Requested path '%s' resolved into '%s'", path, rpath);
143 storepath(rpath, set);
  /external/fio/engines/
dev-dax.c 261 char *rpath; local
283 rpath = realpath(spath, npath);
284 if (!rpath) {
291 if (strcmp("/sys/class/dax", 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)
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
lib.go 129 rpath Rpath
128 rpath Rpath var
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
lib.go 129 rpath Rpath
128 rpath Rpath var
    [all...]
  /system/core/adb/
file_sync_client.cpp 76 std::string rpath; member in struct:copyinfo
86 : lpath(local_path), rpath(remote_path), mode(mode) {
87 ensure_trailing_separators(lpath, rpath);
89 rpath.append(name);
91 ensure_trailing_separators(lpath, rpath);
375 const char* lpath, const char* rpath,
409 WriteOrDie(lpath, rpath, &buf[0], (p - &buf[0]));
414 ReportProgress(rpath, data_length, data_length);
419 const char* lpath, const char* rpath,
454 WriteOrDie(lpath, rpath, &sbuf, sizeof(SyncRequest) + bytes_read)
    [all...]
  /toolchain/binutils/binutils-2.27/ld/
ld.h 195 /* Runtime library search path from the -rpath argument. */
196 char *rpath; member in struct:__anon4945
198 /* Link time runtime library search path from the -rpath-link
300 /* The rpath separation character. Usually ':'. */
  /external/ltp/testcases/network/netstress/
netstress.c 112 static char *rpath = "tfo_result"; variable
449 SAFE_FILE_PRINTF(rpath, "%ld", clnt_time);
847 {"d:", &rpath, "-d x x is a path to file where result is saved"},
  /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.27/bfd/
archive.c 1460 char * rpath; local
    [all...]
elflink.c 3768 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...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.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 330 milliseconds