/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/ |
H A D | 0001-Disable-running-gyp-files-for-bundled-deps.patch | 18 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 D | devtool.py | 36 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 D | yoctotestresultsquerytests.py | 36 shutil.rmtree(workdir, ignore_errors=True) 38 shutil.rmtree(workdir)
|
H A D | retain.py | 43 shutil.rmtree(retain_outdir) 79 shutil.rmtree(retain_outdir) 145 shutil.rmtree(retain_outdir) 193 shutil.rmtree(retain_outdir)
|
H A D | _sstatetests_noauto.py | 71 shutil.rmtree(buildA) 82 shutil.rmtree(buildB) 89 shutil.rmtree(buildB)
|
H A D | pseudo.py | 21 shutil.rmtree(pycache_path)
|
H A D | externalsrc.py | 43 shutil.rmtree(os.path.join(externalsrc_dir, ".git"))
|
H A D | meta_ide.py | 32 shutil.rmtree(cls.tmpdir_metaideQA, ignore_errors=True)
|
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/cases/ |
H A D | rust.py | 23 shutil.rmtree(targetdir) 44 shutil.rmtree(targetdir)
|
H A D | maturin.py | 43 shutil.rmtree(targetdir)
|
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/ |
H A D | isoimage-isohybrid.py | 195 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 D | rootfs.py | 116 shutil.rmtree(os.path.join(new_rootfs)) 132 shutil.rmtree(new_pseudo)
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | package_manager.py | 132 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 D | nodejs_22.13.1.bb | 83 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 D | update_schemas.py | 66 shutil.rmtree(schema_path) 69 shutil.rmtree(json_schema_path)
|
/openbmc/openbmc/poky/meta/lib/oeqa/ |
H A D | oetest.py | 394 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 D | rootfs.py | 116 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 D | parselogs.py | 11 from shutil import rmtree 97 rmtree(self.target_logs)
|
/openbmc/qemu/tests/functional/ |
H A D | test_sh4eb_r2d.py | 30 shutil.rmtree(os.path.join(self.workdir, 'sh4eb'))
|
/openbmc/openbmc/meta-arm/ci/ |
H A D | update-repos | 42 shutil.rmtree(repodir, ignore_errors=True)
|
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | sdk.py | 195 shutil.rmtree(layers_dir) 204 shutil.rmtree(os.path.join(basepath, 'downloads', 'uninative')) 212 shutil.rmtree(tmpsdk_dir)
|
H A D | upgrade.py | 52 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 D | devtool-stress.py | 127 shutil.rmtree(srctree) 190 shutil.rmtree(srctree)
|
/openbmc/openbmc/poky/bitbake/contrib/ |
H A D | bbparse-torture.py | 26 shutil.rmtree("tmp/cache", ignore_errors=True)
|
/openbmc/openbmc/poky/scripts/lib/ |
H A D | scriptutils.py | 223 shutil.rmtree(path) 239 shutil.rmtree(tmpdir)
|