Lines Matching refs:file_path
135 def pull_kernel_symbols(self, file_path: Path):
136 if file_path.is_file():
137 file_path.unlink()
140 self.adb.run(['pull', '/proc/kallsyms', file_path])
195 file_path = Path(os.path.join(root, filename))
196 build_id = self.read_build_id(file_path)
199 self.copy_to_binary_cache(file_path, build_id, path)
209 file_path = Path(os.path.join(root, filename))
210 build_id = self.read_build_id(file_path)
215 self.copy_to_binary_cache(file_path, build_id, device_path)
216 elif self.readelf.is_elf_file(file_path):
220 self.copy_to_binary_cache(file_path, '', path)