Home
last modified time | relevance | path

Searched refs:VG_CLO_MAX_FULLPATH_AFTER (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/main/coregrind/
Dpub_core_options.h49 #define VG_CLO_MAX_FULLPATH_AFTER 100 macro
149 extern const HChar* VG_(clo_fullpath_after)[VG_CLO_MAX_FULLPATH_AFTER];
Dm_options.c84 const HChar* VG_(clo_fullpath_after)[VG_CLO_MAX_FULLPATH_AFTER];
Dm_main.c701 if (VG_(clo_n_fullpath_after) >= VG_CLO_MAX_FULLPATH_AFTER) { in main_process_cmd_line_options()