Home
last modified time | relevance | path

Searched refs:fdpath (Results 1 - 4 of 4) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify05.c63 static char fdpath[BUF_SIZE]; variable
74 len = readlink(symlnk, fdpath, sizeof(fdpath)); in event_res()
77 fdpath[len] = 0; in event_res()
78 filename = basename(fdpath); in event_res()
H A Dfanotify09.c64 static char fdpath[BUF_SIZE]; variable
303 len = readlink(symlnk, fdpath, sizeof(fdpath)); in event_res()
306 fdpath[len] = 0; in event_res()
307 filename = fdpath; in event_res()
/third_party/elfutils/libdw/
H A Ddwarf_begin_elf.c245 char *fdpath = realpath (devfdpath, NULL); in __libdw_debugdir() local
247 if (fdpath != NULL && fdpath[0] == '/' in __libdw_debugdir()
248 && (fddir = strrchr (fdpath, '/')) != NULL) in __libdw_debugdir()
251 return fdpath; in __libdw_debugdir()
/third_party/elfutils/debuginfod/
H A Ddebuginfod.cxx1259 char *fdpath = NULL;
1260 int rc = asprintf(& fdpath, "/proc/self/fd/%d", fd);
1263 newfd = open(fdpath, O_RDONLY);
1266 free (fdpath);

Completed in 9 milliseconds