Home
last modified time | relevance | path

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

/external/valgrind/include/
Dpub_tool_libcfile.h108 extern const HChar *VG_(get_startup_wd) ( void );
/external/valgrind/coregrind/
Dm_commandline.c224 const HChar *cwd = VG_(get_startup_wd)(); in VG_()
Dm_options.c161 base_dir = VG_(get_startup_wd)(); in VG_()
Dm_libcfile.c513 const HChar *VG_(get_startup_wd) ( void ) in VG_() argument
Dm_main.c1861 VG_(debugLog)(1, "main", "... %s\n", VG_(get_startup_wd)() ); in valgrind_main()