OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resolve_filename
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/main/coregrind/
pub_core_libcfile.h
48
extern Bool VG_(
resolve_filename
) ( Int fd, HChar* buf, Int n_buf );
m_libcfile.c
80
Bool VG_(
resolve_filename
) ( Int fd, HChar* buf, Int n_buf )
function
/external/valgrind/main/coregrind/m_coredump/
coredump-elf.c
210
if (VG_(
resolve_filename
)(VG_(cl_exec_fd), name, VKI_PATH_MAX)) {
/external/valgrind/main/coregrind/m_syswrap/
syswrap-generic.c
619
if (VG_(
resolve_filename
)(fd, buf, VKI_PATH_MAX))
[
all
...]
Completed in 149 milliseconds