Home | History | Annotate | Download | only in coregrind

Lines Matching refs:resolve_filename

79 Bool VG_(resolve_filename) ( Int fd, const HChar** result )
87 buf = VG_(malloc)("resolve_filename", bufsiz);
104 buf = VG_(realloc)("resolve_filename", buf, bufsiz);
124 buf = VG_(malloc)("resolve_filename", VKI_MAXPATHLEN+1);