Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/binman/
H A Dentry_test.py27 fname = fdt_util.EnsureCompiled(
H A Dstate.py146 other_fname_dtb = fdt_util.EnsureCompiled(infile)
H A Dfdt_test.py32 return fdt_util.EnsureCompiled(self.TestFile(fname))
H A Dcontrol.py118 dtb_fname = fdt_util.EnsureCompiled(dtb_fname)
H A Dftest.py235 dtb = fdt_util.EnsureCompiled(self.TestFile(fname))
/openbmc/u-boot/tools/dtoc/
H A Dfdt_util.py57 def EnsureCompiled(fname, capture_stderr=False): function
H A Dtest_fdt.py505 dtb = fdt_util.EnsureCompiled('tools/dtoc/dtoc_test_simple.dts')
506 self.assertEqual(dtb, fdt_util.EnsureCompiled(dtb))
H A Dtest_fdt505 dtb = fdt_util.EnsureCompiled('tools/dtoc/dtoc_test_simple.dts')
506 self.assertEqual(dtb, fdt_util.EnsureCompiled(dtb))
H A Dtest_dtoc.py61 return fdt_util.EnsureCompiled(os.path.join(our_path, dts_fname),
H A Dfdt.py470 self._fname = fdt_util.EnsureCompiled(self._fname)