Lines Matching refs:ftools
13 import oeqa.utils.ftools as ftools namespace
56 not in ftools.read_file(os.path.join(cls.builddir, "conf/local.conf")):
58 ftools.append_file(os.path.join(cls.builddir, "conf/local.conf"), \
62 not in ftools.read_file(os.path.join(cls.builddir, "conf/bblayers.conf")):
64 ftools.append_file(os.path.join(cls.builddir, "conf/bblayers.conf"), \
70 in ftools.read_file(os.path.join(cls.builddir, "conf/local.conf")):
72 ftools.remove_from_file(os.path.join(cls.builddir, "conf/local.conf"), \
76 in ftools.read_file(os.path.join(cls.builddir, "conf/bblayers.conf")):
78 ftools.remove_from_file(os.path.join(cls.builddir, "conf/bblayers.conf"), \
179 ftools.write_file(dest_path, data)
188 ftools.append_file(self.testinc_path, data)
197 ftools.remove_from_file(self.testinc_path, data)
207 ftools.write_file(inc_file, data)
214 ftools.append_file(inc_file, data)
221 ftools.remove_from_file(inc_file, data)
235 ftools.write_file(self.testinc_bblayers_path, data)
240 ftools.append_file(self.testinc_bblayers_path, data)
245 ftools.remove_from_file(self.testinc_bblayers_path, data)
250 ftools.write_file(self.machineinc_path, data)