Searched refs:source_file_proto (Results 1 – 2 of 2) sorted by relevance
35 def _load_debugged_source_file(file_path, source_file_proto): argument37 source_file_proto.host = socket.gethostname()38 source_file_proto.file_path = file_path39 source_file_proto.last_modified = file_stat.mtime_nsec40 source_file_proto.bytes = file_stat.length43 source_file_proto.lines.extend(f.read().splitlines())
355 for source_file_proto in source_files.source_files:356 if source_file_proto.file_path == file_path:357 return source_file_proto.lines[lineno - 1]