Lines Matching refs:TestFile
122 with open(self.TestFile('u_boot_ucode_ptr')) as fd:
126 with open(self.TestFile('descriptor.bin')) as fd:
129 shutil.copytree(self.TestFile('files'),
204 args = ['-p', '-I', self._indir, '-d', self.TestFile(fname)]
235 dtb = fdt_util.EnsureCompiled(self.TestFile(fname))
379 with open(self.TestFile(src_fname)) as fd:
383 def TestFile(self, fname): member in TestFunctional
496 self._RunBinman('-d', self.TestFile('001_invalid.dts'))
503 self._DoBinman('-d', self.TestFile('002_missing_node.dts'))
508 result = self._RunBinman('-d', self.TestFile('003_empty.dts'))
516 self.TestFile('004_invalid_entry.dts'))
970 with open(self.TestFile('u_boot_no_ucode_ptr')) as fd:
980 with open(self.TestFile('u_boot_ucode_ptr')) as fd:
993 with open(self.TestFile('u_boot_no_ucode_ptr')) as fd:
1101 elf_fname = self.TestFile('u_boot_binman_syms')
1240 args = ['-d', self.TestFile('064_entry_args_required.dts'), '-ano-value']
1431 with open(self.TestFile('bss_data')) as fd:
1684 with open(self.TestFile('u_boot_ucode_ptr')) as fd:
1739 with open(self.TestFile('bss_data')) as fd:
1746 with open(self.TestFile('bss_data')) as fd: