Lines Matching defs:file_path
51 def IsSymbolizableFile(file_path):
52 result = subprocess.check_output(['file', '-0', file_path])
61 def __init__(self, start_address, size, file_path):
64 self._file_path = file_path
79 def file_path(self):
92 self.start_address, self.end_address, self.file_path)
239 def __init__(self, file_path):
240 self.path = file_path
259 symfile = symfile_by_path.get(region.file_path)
261 symfile = SymbolizableFile(region.file_path)