OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_startup_wd
(Results
1 - 5
of
5
) sorted by null
/external/valgrind/main/include/
pub_tool_libcfile.h
105
extern Bool VG_(
get_startup_wd
) ( HChar* buf, SizeT size );
/external/valgrind/main/coregrind/
m_commandline.c
226
Bool cwd_ok = VG_(
get_startup_wd
)(cwd, VKI_PATH_MAX);
m_options.c
147
Bool ok = VG_(
get_startup_wd
)(base_dir, VKI_PATH_MAX);
m_libcfile.c
430
platform dependent way) and VG_(
get_startup_wd
) produces the noted
483
Bool VG_(
get_startup_wd
) ( HChar* buf, SizeT size )
function
[
all
...]
m_main.c
[
all
...]
Completed in 1258 milliseconds