Home | History | Annotate | Download | only in coregrind

Lines Matching defs:readlink

100       SSizeT res = VG_(readlink)(tmp, buf, bufsiz);
637 /* Performs the readlink operation and puts the result into 'buf'.
641 SSizeT VG_(readlink) (const HChar* path, HChar* buf, SizeT bufsiz)
644 /* res = readlink( path, buf, bufsiz ); */