HomeSort by relevance Sort by last modified time
    Searched full:am_readlink (Results 1 - 3 of 3) sorted by null

  /external/valgrind/coregrind/m_aspacemgr/
priv_aspacemgr.h 115 extern Int ML_(am_readlink) ( const HChar* path, HChar* buf, UInt bufsiz );
aspacemgr-common.c 286 Int ML_(am_readlink)(const HChar* path, HChar* buf, UInt bufsiz) function
377 if (ML_(am_readlink)(tmp, buf, nbuf) > 0 && buf[0] == '/')
398 if (ML_(am_readlink)(tmp, buf, nbuf) > 0 && buf[0] == '/')
aspacemgr-linux.c     [all...]

Completed in 551 milliseconds