Searched refs:new_info (Results 1 – 1 of 1) sorted by relevance
233 struct stat new_info, *old_info; in info_find_file_internal() local248 if (stat (file_buffer->fullpath, &new_info) == -1) in info_find_file_internal()256 if (new_info.st_size != old_info->st_size in info_find_file_internal()257 || new_info.st_mtime != old_info->st_mtime) in info_find_file_internal()