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

/external/valgrind/main/coregrind/
H A Dm_redir.c440 const HChar* newdi_filename = VG_(DebugInfo_get_filename)(newdi); local
441 const HChar* newdi_basename = VG_(basename) (newdi_filename);
454 newdi_res = VG_(stat)(newdi_filename, &newdi_stat);
462 but newdi_filename is not the same file, then we do
469 and is different of newdi_filename.
470 So, we do not execute newdi_filename redirection. */
475 newdi_filename);
483 newdi_filename);

Completed in 131 milliseconds