Searched refs:file_type (Results 1 – 6 of 6) sorted by relevance
24 self.file_type = cfg.file_type106 if self.file_type == FileType.HEX:108 elif self.file_type == FileType.BIN:
65 self.file_type = cfg.file_type342 if self.file_type != FileType.ELF:385 if self.file_type == FileType.HEX:387 elif self.file_type == FileType.BIN:
35 self.file_type = cfg.file_type
359 file_type: FileType | None = FileType.OTHER # binary file type673 if args.file_type and not args.file:675 if args.file_type and not caps.file:
212 self.file_type = self.guess_file_type(args)217 if self.file_type == 'bin':221 if self.file_type == 'hex':224 if self.file_type == 'uf2':228 if self.file_type == 'elf':283 if args.file_type is not None:284 return args.file_type
1332 uint8_t file_type = ext2_get_disk_direntry_type(de); in ext2_replace_file() local1360 ext2_set_disk_direntry_type(de, file_type); in ext2_replace_file()1420 uint8_t file_type = ext2_get_disk_direntry_type(old_de); in ext2_move_file() local1423 file_type); in ext2_move_file()