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

/external/valgrind/main/coregrind/
H A Dpub_core_options.h101 extern Int VG_(clo_n_fullpath_after);
H A Dm_options.c67 Int VG_(clo_n_fullpath_after) = 0; variable
H A Dm_main.c622 if (VG_(clo_n_fullpath_after) >= VG_CLO_MAX_FULLPATH_AFTER) {
627 VG_(clo_fullpath_after)[VG_(clo_n_fullpath_after)] = tmp_str;
628 VG_(clo_n_fullpath_after)++;
/external/valgrind/tsan/
H A Dts_valgrind.cc299 extern Int VG_(clo_n_fullpath_after);
307 for (int i = 0; i < VG_(clo_n_fullpath_after); i++) {
/external/valgrind/main/coregrind/m_debuginfo/
H A Ddebuginfo.c1943 if (VG_(clo_n_fullpath_after) > 0) {
1949 for (i = 0; i < VG_(clo_n_fullpath_after); i++) {

Completed in 82 milliseconds