Home
last modified time | relevance | path

Searched refs:rmtree (Results 1 – 25 of 89) sorted by relevance

1234

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/
H A D0001-Disable-running-gyp-files-for-bundled-deps.patch18 shutil.rmtree(d.getVar('S') + '/deps/openssl')
20 shutil.rmtree(d.getVar('S') + '/deps/cares')
22 shutil.rmtree(d.getVar('S') + '/deps/brotli')
24 shutil.rmtree(d.getVar('S') + '/deps/uv')
26 shutil.rmtree(d.getVar('S') + '/deps/nghttp2')
28 shutil.rmtree(d.getVar('S') + '/deps/zlib')
/openbmc/openbmc/poky/meta/lib/oeqa/sdkext/cases/
H A Ddevtool.py36 shutil.rmtree(cls.myapp_dst)
37 shutil.rmtree(cls.myapp_cmake_dst)
102 shutil.rmtree(self.publish_dir)
125 shutil.rmtree(self.publish_dir)
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dyoctotestresultsquerytests.py36 shutil.rmtree(workdir, ignore_errors=True)
38 shutil.rmtree(workdir)
H A Dretain.py43 shutil.rmtree(retain_outdir)
79 shutil.rmtree(retain_outdir)
145 shutil.rmtree(retain_outdir)
193 shutil.rmtree(retain_outdir)
H A D_sstatetests_noauto.py71 shutil.rmtree(buildA)
82 shutil.rmtree(buildB)
89 shutil.rmtree(buildB)
H A Dpseudo.py21 shutil.rmtree(pycache_path)
H A Dexternalsrc.py43 shutil.rmtree(os.path.join(externalsrc_dir, ".git"))
H A Dmeta_ide.py32 shutil.rmtree(cls.tmpdir_metaideQA, ignore_errors=True)
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/cases/
H A Drust.py23 shutil.rmtree(targetdir)
44 shutil.rmtree(targetdir)
H A Dmaturin.py43 shutil.rmtree(targetdir)
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/
H A Disoimage-isohybrid.py195 shutil.rmtree(initrd_dir)
209 shutil.rmtree(isodir)
310 shutil.rmtree(target_dir)
390 shutil.rmtree("%s/isolinux" % isodir)
430 shutil.rmtree(isodir)
H A Drootfs.py116 shutil.rmtree(os.path.join(new_rootfs))
132 shutil.rmtree(new_pseudo)
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dpackage_manager.py132 shutil.rmtree(pkg_dir)
149 shutil.rmtree(pkg_path)
166 shutil.rmtree(pkg_path)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/
H A Dnodejs_22.13.1.bb83 shutil.rmtree(d.getVar('S') + '/deps/openssl')
85 shutil.rmtree(d.getVar('S') + '/deps/cares')
87 shutil.rmtree(d.getVar('S') + '/deps/brotli')
89 shutil.rmtree(d.getVar('S') + '/deps/uv')
91 shutil.rmtree(d.getVar('S') + '/deps/nghttp2')
93 shutil.rmtree(d.getVar('S') + '/deps/zlib')
/openbmc/bmcweb/scripts/
H A Dupdate_schemas.py66 shutil.rmtree(schema_path)
69 shutil.rmtree(json_schema_path)
/openbmc/openbmc/poky/meta/lib/oeqa/
H A Doetest.py394 shutil.rmtree(self.d.getVar("TEST_EXTRACTED_DIR"))
395 shutil.rmtree(self.d.getVar("TEST_PACKAGED_DIR"))
440 shutil.rmtree(pkg_dir)
494 shutil.rmtree(pkg_path)
511 shutil.rmtree(pkg_path)
/openbmc/openbmc/poky/meta/lib/oe/
H A Drootfs.py116 shutil.rmtree(self.image_rootfs + '-orig')
169 shutil.rmtree(self.image_rootfs + path)
175 shutil.rmtree(self.image_rootfs + '-dbg')
329 shutil.rmtree(ldconfig_cache_dir)
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dparselogs.py11 from shutil import rmtree
97 rmtree(self.target_logs)
/openbmc/qemu/tests/functional/
H A Dtest_sh4eb_r2d.py30 shutil.rmtree(os.path.join(self.workdir, 'sh4eb'))
/openbmc/openbmc/meta-arm/ci/
H A Dupdate-repos42 shutil.rmtree(repodir, ignore_errors=True)
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dsdk.py195 shutil.rmtree(layers_dir)
204 shutil.rmtree(os.path.join(basepath, 'downloads', 'uninative'))
212 shutil.rmtree(tmpsdk_dir)
H A Dupgrade.py52 shutil.rmtree(os.path.join(root,d))
132 shutil.rmtree(rd)
135 shutil.rmtree(srctree)
239 shutil.rmtree(itempath)
311 shutil.rmtree(tmpsrctree)
313 shutil.rmtree(tmpdir)
/openbmc/openbmc/poky/scripts/contrib/
H A Ddevtool-stress.py127 shutil.rmtree(srctree)
190 shutil.rmtree(srctree)
/openbmc/openbmc/poky/bitbake/contrib/
H A Dbbparse-torture.py26 shutil.rmtree("tmp/cache", ignore_errors=True)
/openbmc/openbmc/poky/scripts/lib/
H A Dscriptutils.py223 shutil.rmtree(path)
239 shutil.rmtree(tmpdir)

1234