HomeSort by relevance Sort by last modified time
    Searched refs:resolve_filename (Results 1 - 7 of 7) sorted by null

  /external/valgrind/coregrind/
pub_core_libcfile.h 47 extern Bool VG_(resolve_filename) ( Int fd, const HChar** buf );
m_libcproc.c 292 if (VG_(resolve_filename)(VG_(cl_exec_fd), &name)) {
    [all...]
m_libcfile.c 79 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);
    [all...]
  /external/valgrind/coregrind/m_gdbserver/
server.c     [all...]
  /external/valgrind/coregrind/m_debuginfo/
debuginfo.c     [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-generic.c 625 if (VG_(resolve_filename)(fd, &buf))
    [all...]
syswrap-solaris.c     [all...]

Completed in 254 milliseconds