Home
last modified time | relevance | path

Searched refs:isdir (Results 1 – 25 of 150) sorted by relevance

123456

/openbmc/openbmc/poky/scripts/
H A Dpythondeps68 isdir = os.path.isdir(path)
69 if isdir:
87 if not isdir:
193 if os.path.isdir(filename):
210 if os.path.isdir(path):
H A Dwic165 if not options.vars_dir and (not native_sysroot or not os.path.isdir(native_sysroot)):
189 if rootfs_dir and not os.path.isdir(rootfs_dir):
191 if not os.path.isdir(bootimg_dir):
193 if not os.path.isdir(kernel_dir):
195 if not os.path.isdir(native_sysroot):
199 if not os.path.isdir(rootfs_dir):
201 elif not os.path.isdir(kernel_dir):
203 elif not os.path.isdir(native_sysroot):
/openbmc/openbmc-test-automation/lib/
H A Dgen_plug_in.py48 if os.path.isdir(candidate_plug_in_base_path):
72 if os.path.isdir(candidate_plug_in_dir_path):
95 if not os.path.isdir(candidate_plug_in_dir_path):
/openbmc/openbmc/poky/scripts/esdk-tools/
H A Dwic165 if not options.vars_dir and (not native_sysroot or not os.path.isdir(native_sysroot)):
189 if rootfs_dir and not os.path.isdir(rootfs_dir):
191 if not os.path.isdir(bootimg_dir):
193 if not os.path.isdir(kernel_dir):
195 if not os.path.isdir(native_sysroot):
199 if not os.path.isdir(rootfs_dir):
201 elif not os.path.isdir(kernel_dir):
203 elif not os.path.isdir(native_sysroot):
/openbmc/linux/security/apparmor/
H A Dpath.c94 int isdir = (flags & PATH_IS_DIR) ? 1 : 0; in d_namespace_path() local
95 int buflen = aa_g_path_max - isdir; in d_namespace_path()
171 if (!error && isdir && ((*name)[1] != '\0' || (*name)[0] != '/')) in d_namespace_path()
/openbmc/openbmc-build-scripts/scripts/
H A Dgenerate-html-index.py40 if os.path.isdir(os.path.join(i_dir_path, d))
50 if not os.path.isdir(os.path.join(i_dir_path, f))
/openbmc/u-boot/lib/efi_loader/
H A Defi_file.c30 int isdir; member
208 fh->isdir = is_dir(fh); in file_open()
210 fh->isdir = 1; in file_open()
409 if (fh->isdir) in efi_file_read()
468 if (fh->isdir) { in efi_file_getpos()
496 if (fh->isdir) { in efi_file_setpos()
567 if (fh->isdir) in efi_file_getinfo()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/
H A Dnetworkmanager-fortisslvpn_1.4.0.bb31 if not os.path.isdir(pppd_plugin):
37 if os.path.isdir(os.path.join(pppd_plugin, f)):
/openbmc/openbmc/poky/meta/lib/oe/
H A Dcachedpath.py86 def isdir(self, s): member in CachedPath
137 if self.isdir(os.path.join(top, name)):
197 is_dir = self.isdir(file)
H A Dreproducible.py82 if os.path.isdir(gitpath):
87 if os.path.isdir(gitpath):
H A Dcopy_buildsystem.py134 if os.path.isdir(srcdir):
141 if os.path.isdir(appenddir):
263 if os.path.isdir(nativedir):
H A Dpath.py101 if os.path.isdir(src) and not len(os.listdir(src)):
125 if os.path.isdir(src):
232 is_dir = os.path.isdir(file)
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dpluginbase.py46 if path not in cls._plugin_dirs and os.path.isdir(path):
53 if os.path.isdir(ppath):
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dchecksum.py128 if os.path.isdir(f):
135 elif os.path.isdir(pth):
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/
H A Dcreate_manifest3.py75 ….isdir(value.replace('${libdir}',nativelibfolder+'/usr/lib')) or os.path.isdir(value.replace('${li…
/openbmc/openbmc/poky/scripts/lib/checklayer/
H A D__init__.py100 if os.path.isdir(machine_conf):
105 if os.path.isdir(distro_conf):
139 if os.path.isdir(conf_dir):
147 if os.path.isdir(conf_dir):
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dgitarchive.py36 if not os.path.isdir(path) or not os.listdir(path):
40 if not os.path.isdir(path):
167 if not os.path.isdir(data_dir):
/openbmc/linux/fs/fuse/
H A Dfuse_i.h1037 int fuse_open_common(struct inode *inode, struct file *file, bool isdir);
1049 void fuse_release_common(struct file *file, bool isdir);
1262 bool isdir);
1354 unsigned int open_flags, bool isdir);
1356 unsigned int open_flags, fl_owner_t id, bool isdir);
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/cases/
H A Dbuildlzip.py26 self.assertTrue(os.path.isdir(dirs["source"]))
H A Dbuildcpio.py30 self.assertTrue(os.path.isdir(dirs["source"]))
H A Dbuildepoxy.py35 self.assertTrue(os.path.isdir(dirs["source"]))
H A Dassimp.py36 self.assertTrue(os.path.isdir(dirs["source"]))
/openbmc/openbmc-tools/tof-voters/libvoters/subcmd/
H A Ddump-gerrit.py32 if os.path.exists(data_path) and not os.path.isdir(data_path):
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/
H A Dcooker.py120 if os.path.isdir(layerpath):
295 if os.path.isdir(machine_path):
319 if os.path.isdir(distro_path):
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Druntime_test.py42 isdir = os.path.isdir(testexport_dir)
43 self.assertEqual(True, isdir, 'Failed to create testexport dir: %s' % testexport_dir)

123456