Searched refs:ObtainContents (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/u-boot/tools/binman/etype/ | ||
| H A D | u_boot_dtb_with_ucode.py | 30 def ObtainContents(self): member in Entry_u_boot_dtb_with_ucode |
| H A D | u_boot_with_ucode_ptr.py | 31 def ObtainContents(self): member in Entry_u_boot_with_ucode_ptr |
| H A D | _testing.py | 17 def ObtainContents(self): member in Entry__testing |
| H A D | u_boot_spl_bss_pad.py | 20 def ObtainContents(self): member in Entry_u_boot_spl_bss_pad |
| H A D | blob.py | 18 def ObtainContents(self): member in Entry_blob |
| H A D | u_boot_ucode.py | 58 def ObtainContents(self): member in Entry_u_boot_ucode |
| H A D | entry.py | 115 def ObtainContents(self): member in Entry |
| /OK3568_Linux_fs/u-boot/tools/binman/ | ||
| H A D | entry_test.py | 18 self.assertEqual(True, base_entry.ObtainContents()) |
| H A D | image.py | 149 if not entry.ObtainContents(): |
| H A D | README | 389 reading from a file. This calls the Entry.ObtainContents() to read the |