OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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