Searched refs:am_resolve_filename (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/coregrind/m_aspacemgr/ |
D | priv_aspacemgr.h | 126 Bool ML_(am_resolve_filename) ( Int fd, /*OUT*/HChar* buf, Int nbuf );
|
D | aspacemgr-common.c | 370 Bool ML_(am_resolve_filename) ( Int fd, /*OUT*/HChar* buf, Int nbuf ) in ML_() argument
|
D | aspacemgr-linux.c | 2167 if (ML_(am_resolve_filename)(fd, buf, VKI_PATH_MAX)) { in VG_() local 2408 } else if (ML_(am_resolve_filename)(fd, buf, VKI_PATH_MAX)) { in VG_() local 2713 if (ML_(am_resolve_filename)(fd, buf, VKI_PATH_MAX)) { in VG_() local
|