Searched refs:get_startup_wd (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/main/include/
H A Dpub_tool_libcfile.h105 extern Bool VG_(get_startup_wd) ( HChar* buf, SizeT size );
/external/valgrind/main/coregrind/
H A Dm_commandline.c226 Bool cwd_ok = VG_(get_startup_wd)(cwd, VKI_PATH_MAX);
H A Dm_options.c147 Bool ok = VG_(get_startup_wd)(base_dir, VKI_PATH_MAX);
H A Dm_libcfile.c430 platform dependent way) and VG_(get_startup_wd) produces the noted
483 Bool VG_(get_startup_wd) ( HChar* buf, SizeT size ) function
H A Dm_main.c1746 Bool ok = VG_(get_startup_wd)( buf, sizeof(buf) );

Completed in 1735 milliseconds