Searched defs:resolve_filename (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/coregrind/
H A Dm_libcfile.c79 Bool VG_(resolve_filename) ( Int fd, const HChar** result ) function
87 buf = VG_(malloc)("resolve_filename", bufsiz);
104 buf = VG_(realloc)("resolve_filename", buf, bufsiz);
124 buf = VG_(malloc)("resolve_filename", VKI_MAXPATHLEN+1);

Completed in 187 milliseconds