Home
last modified time | relevance | path

Searched defs:link (Results 1 – 3 of 3) sorted by relevance

/system/vold/
DProcess.cpp35 int Process::readSymLink(const char *path, char *link, size_t max) { in readSymLink()
108 char link[PATH_MAX]; in checkFileDescriptorSymLinks() local
156 char link[PATH_MAX]; in checkSymLink() local
/system/extras/ext4_utils/
Dcontents.h24 char *link; member
Dcontents.c201 u32 make_link(const char *filename, const char *link) in make_link()