Home
last modified time | relevance | path

Searched refs:am_readlink (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/coregrind/m_aspacemgr/
Dpriv_aspacemgr.h115 extern Int ML_(am_readlink) ( const HChar* path, HChar* buf, UInt bufsiz );
Daspacemgr-common.c269 Int ML_(am_readlink)(const HChar* path, HChar* buf, UInt bufsiz) in ML_() argument
334 if (ML_(am_readlink)(tmp, buf, nbuf) > 0 && buf[0] == '/') in ML_()