Searched refs:am_readlink (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/coregrind/m_aspacemgr/
H A Dpriv_aspacemgr.h115 extern Int ML_(am_readlink) ( const HChar* path, HChar* buf, UInt bufsiz );
H A Daspacemgr-common.c282 Int ML_(am_readlink)(const HChar* path, HChar* buf, UInt bufsiz) function
370 if (ML_(am_readlink)(tmp, buf, nbuf) > 0 && buf[0] == '/')
391 if (ML_(am_readlink)(tmp, buf, nbuf) > 0 && buf[0] == '/')
H A Daspacemgr-linux.c3897 Int r = ML_(am_readlink)(mapping->filename, mapping->filename,

Completed in 450 milliseconds