Searched refs:full_file (Results 1 – 4 of 4) sorted by relevance
64 for (const string& full_file : matching_files) { in ReadOpHistory() local66 TF_RETURN_IF_ERROR(ReadFileToString(env, full_file, &op_history_str)); in ReadOpHistory()71 if (full_file != expected) { in ReadOpHistory()72 return errors::Internal("Expected file paths to match but '", full_file, in ReadOpHistory()
79 full_file = os.path.join(path, filename)80 if full_file not in skip_glob_files_list:81 file_list.append(full_file)
545 const MinidumpMemoryRange& full_file) { in ParseThreadList() argument562 full_file.Subrange(rawthread->stack.memory); in ParseThreadList()567 full_file.Subrange(rawthread->thread_context)); in ParseThreadList()576 const MinidumpMemoryRange& full_file) { in ParseSystemInfo() argument629 if (!strstr(full_file.GetAsciiMDString(sysinfo->csd_version_rva).c_str(), in ParseSystemInfo()671 full_file.GetAsciiMDString(sysinfo->csd_version_rva).c_str()); in ParseSystemInfo()866 const MinidumpMemoryRange& full_file) { in ParseDSODebugInfo() argument894 full_file.GetArrayElement<MDRawLinkMap>(debug->map, i); in ParseDSODebugInfo()901 full_file.GetAsciiMDString(link_map->name).c_str()); in ParseDSODebugInfo()972 const MinidumpMemoryRange& full_file) { in ParseModuleStream() argument[all …]