Searched refs:trail_len (Results 1 – 1 of 1) sorted by relevance
3241 size_t trail_len = strlen (trailer); in gdb_realpath_check_trailer() local3243 SELF_CHECK (len >= trail_len in gdb_realpath_check_trailer()3244 && strcmp (result.get () + len - trail_len, trailer) == 0); in gdb_realpath_check_trailer()