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

/external/valgrind/main/coregrind/
H A 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];
H A Dm_options.c84 const HChar* VG_(clo_fullpath_after)[VG_CLO_MAX_FULLPATH_AFTER];
H A Dm_main.c701 if (VG_(clo_n_fullpath_after) >= VG_CLO_MAX_FULLPATH_AFTER) {
704 "Increase VG_CLO_MAX_FULLPATH_AFTER and recompile.\n");

Completed in 335 milliseconds