Home
last modified time | relevance | path

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

/external/valgrind/main/include/
Dpub_tool_libcfile.h103 extern Bool VG_(get_startup_wd) ( Char* buf, SizeT size );
/external/valgrind/main/coregrind/
Dm_commandline.c226 Bool cwd_ok = VG_(get_startup_wd)(cwd, VKI_PATH_MAX); in VG_()
Dm_options.c126 Bool ok = VG_(get_startup_wd)(base_dir, VKI_PATH_MAX); in VG_()
Dm_libcfile.c447 Bool VG_(get_startup_wd) ( Char* buf, SizeT size ) in VG_() argument
Dm_main.c1629 Bool ok = VG_(get_startup_wd)( buf, sizeof(buf) ); in valgrind_main()