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

/external/ipsec-tools/src/racoon/
H A Dprivsep.c1502 char rpath[MAXPATHLEN + 1]; local
1514 if (realpath(script, rpath) == NULL) {
1521 if (strncmp(path, rpath, len) != 0)
/external/webkit/Tools/EWebLauncher/
H A Dmain.c793 char *rpath; local
799 rpath = realpath(theme, NULL);
800 if (!rpath)
803 if (stat(rpath, &st)) {
804 free(rpath);
808 return rpath;
/external/elfutils/src/
H A Dld.h741 struct pathelement *rpath; member in struct:ld_state

Completed in 474 milliseconds