Searched defs:rpath (Results 1 - 5 of 5) sorted by relevance

/external/strace/
H A Dpathtrace.c130 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/
H A Dprivsep.c1126 char rpath[MAXPATHLEN + 1]; local
1138 if (realpath(script, rpath) == NULL) {
1145 if (strncmp(path, rpath, len) != 0)
/external/elfutils/src/src/
H A Dld.h766 struct pathelement *rpath; member in struct:ld_state
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp7688 static void PrintRpathLoadCommand(MachO::rpath_command rpath, const char *Ptr) { argument
7690 outs() << " cmdsize " << rpath.cmdsize;
7691 if (rpath.cmdsize < sizeof(struct MachO::rpath_command))
7695 if (rpath.path >= rpath.cmdsize)
7696 outs() << " path ?(bad offset " << rpath.path << ")\n";
7698 const char *P = (const char *)(Ptr) + rpath.path;
7699 outs() << " path " << P << " (offset " << rpath.path << ")\n";
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 587 milliseconds