Home
last modified time | relevance | path

Searched refs:remove_from_file (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/
H A Dcase.py72 ftools.remove_from_file(os.path.join(cls.builddir, "conf/local.conf"), \
78 ftools.remove_from_file(os.path.join(cls.builddir, "conf/bblayers.conf"), \
197 ftools.remove_from_file(self.testinc_path, data)
221 ftools.remove_from_file(inc_file, data)
245 ftools.remove_from_file(self.testinc_bblayers_path, data)
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Dftools.py31 def remove_from_file(path, data): function
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dlayerappend.py52 ftools.remove_from_file(self.builddir + "/conf/bblayers.conf", self.layerappend)