Searched refs:path (Results 1 – 2 of 2) sorted by relevance
/debug/ |
A D | readlink_chk.c | 27 __readlink_chk (const char *path, void *buf, size_t len, size_t buflen) in __readlink_chk() argument 32 return __readlink (path, buf, len); in __readlink_chk()
|
A D | readlinkat_chk.c | 23 __readlinkat_chk (int fd, const char *path, void *buf, size_t len, in __readlinkat_chk() argument 29 return readlinkat (fd, path, buf, len); in __readlinkat_chk()
|
Completed in 5 milliseconds