Lines Matching refs:path
11 def has_broken_links(path): argument
12 for root, dirs, files in os.walk(path):
14 fpath = os.path.join(root, f)
15 if not os.path.exists(fpath):
24 path = os.path.join(self.builddir, "staging", d)
25 self.assertFalse(has_broken_links(path))
26 path = os.path.join(self.builddir, "target", d)
27 self.assertFalse(has_broken_links(path))
29 with open(os.path.join(self.builddir, ".config"), 'r') as configf:
36 interp_path = os.path.join(self.builddir, "target", interp[1:])
37 self.assertTrue(os.path.exists(interp_path))
65 img = os.path.join(self.builddir, "images", "rootfs.cpio")
91 img = os.path.join(self.builddir, "images", "rootfs.cpio")
118 img = os.path.join(self.builddir, "images", "rootfs.cpio")
143 img = os.path.join(self.builddir, "images", "rootfs.cpio")