Home
last modified time | relevance | path

Searched refs:is_dir (Results 1 – 15 of 15) sorted by relevance

/openbmc/openbmc/meta-arm/ci/
H A Dcheck-machine-coverage14 layers = (p.name for p in metaarm.glob("meta-*") if p.is_dir())
/openbmc/openbmc/poky/meta/lib/oe/
H A Dcachedpath.py201 is_dir = self.isdir(file)
203 is_dir = False
205 return (file, is_dir)
H A Dpath.py232 is_dir = os.path.isdir(file)
234 is_dir = false
236 return (file, is_dir)
H A Dpackage.py672 if entry.is_dir():
/openbmc/openbmc/meta-arm/scripts/
H A Dlayer-overview.py20 return path.is_dir() and (path / "conf" / "layer.conf").exists()
H A Dmachine-summary.py205 if output.exists() and not output.is_dir():
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perfetto/libperfetto/
H A D0001-meson-add-pc-file-for-lib_perfetto.patch28 if not fs.is_dir('sdk')
/openbmc/bmcweb/scripts/
H A Dupdate_schemas.py80 if zip_file.is_dir():
/openbmc/u-boot/lib/efi_loader/
H A Defi_file.c63 static int is_dir(struct file_handle *fh) in is_dir() function
208 fh->isdir = is_dir(fh); in file_open()
/openbmc/openbmc/poky/scripts/
H A Dsstate-cache-management.py149 assert stamps_path.is_dir()
/openbmc/openbmc/poky/scripts/contrib/
H A Dpatchreview.py221 …return [d.absolute() for d in candidate.iterdir() if d.is_dir() and (d.name == "meta" or d.name.st…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/systemd/systemd-systemctl/
H A Dsystemctl259 if path.is_dir():
/openbmc/phosphor-fan-presence/
H A Dmeson.build232 if fs.is_dir(dir)
/openbmc/openbmc/poky/meta/classes-global/
H A Dsstate.bbclass843 if not sstate_pkg.parent.is_dir():
/openbmc/qemu/
H A Dmeson.build805 if fs.is_dir(host_include / host_arch)