Home
last modified time | relevance | path

Searched refs:FatDirectoryEntry (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/tests/qemu-iotests/
H A Dfat16.py139 class FatDirectoryEntry: class
241 ) -> List[FatDirectoryEntry]:
267 FatDirectoryEntry(entry, current_sector, current_offset)
271 def read_root_directory(self) -> List[FatDirectoryEntry]:
376 ) -> List[FatDirectoryEntry]:
393 ) -> FatDirectoryEntry:
411 new_entry = FatDirectoryEntry(b"\0" * 32, 0, 0)
454 def update_direntry(self, entry: FatDirectoryEntry) -> None: argument
466 def find_direntry(self, path: str) -> Optional[FatDirectoryEntry]:
518 entry: FatDirectoryEntry, argument
[all …]