OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:resolve_filename
(Results
1 - 7
of
7
) sorted by null
/external/valgrind/coregrind/
pub_core_libcfile.h
47
extern Bool VG_(
resolve_filename
) ( Int fd, const HChar** buf );
m_libcfile.c
79
Bool VG_(
resolve_filename
) ( Int fd, const HChar** result )
function
87
buf = VG_(malloc)("
resolve_filename
", bufsiz);
104
buf = VG_(realloc)("
resolve_filename
", buf, bufsiz);
124
buf = VG_(malloc)("
resolve_filename
", VKI_MAXPATHLEN+1);
[
all
...]
m_libcproc.c
292
if (VG_(
resolve_filename
)(VG_(cl_exec_fd), &name)) {
[
all
...]
/external/valgrind/coregrind/m_gdbserver/
server.c
[
all
...]
/external/valgrind/coregrind/m_syswrap/
syswrap-generic.c
622
if (VG_(
resolve_filename
)(fd, &buf))
[
all
...]
syswrap-solaris.c
[
all
...]
/external/valgrind/coregrind/m_debuginfo/
debuginfo.c
[
all
...]
Completed in 252 milliseconds