Lines Matching refs:file_path
132 def pull_kernel_symbols(self, file_path: Path):
133 if file_path.is_file():
134 file_path.unlink()
137 self.adb.run(['pull', '/proc/kallsyms', file_path])
192 file_path = Path(os.path.join(root, filename))
193 build_id = self.read_build_id(file_path)
196 self.copy_to_binary_cache(file_path, build_id, path)
206 file_path = Path(os.path.join(root, filename))
207 build_id = self.read_build_id(file_path)
212 self.copy_to_binary_cache(file_path, build_id, device_path)
213 elif self.readelf.is_elf_file(file_path):
217 self.copy_to_binary_cache(file_path, '', path)