Home
last modified time | relevance | path

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

123456

/OK3568_Linux_fs/yocto/poky/scripts/
H A Dpythondeps66 isdir = os.path.isdir(path)
67 if isdir:
85 if not isdir:
191 if os.path.isdir(filename):
208 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):
/OK3568_Linux_fs/kernel/include/trace/events/
H A Derofs.h56 TP_PROTO(struct inode *inode, int isdir),
57 TP_ARGS(inode, isdir),
64 __field(int, isdir )
72 __entry->isdir = isdir;
78 __entry->isdir)
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/fs/erofs/
H A Dinode.c237 static int erofs_fill_inode(struct inode *inode, int isdir) in erofs_fill_inode() argument
244 trace_erofs_fill_inode(inode, isdir); in erofs_fill_inode()
324 bool isdir) in erofs_iget() argument
337 err = erofs_fill_inode(inode, isdir); in erofs_iget()
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dcachedpath.py84 def isdir(self, s): member in CachedPath
135 if self.isdir(os.path.join(top, name)):
195 is_dir = self.isdir(file)
H A Dreproducible.py80 if os.path.isdir(gitpath):
85 if os.path.isdir(gitpath):
H A Dpath.py99 if os.path.isdir(src) and not len(os.listdir(src)):
123 if os.path.isdir(src):
226 is_dir = os.path.isdir(file)
H A Dcopy_buildsystem.py132 if os.path.isdir(srcdir):
139 if os.path.isdir(appenddir):
261 if os.path.isdir(nativedir):
/OK3568_Linux_fs/yocto/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):
/OK3568_Linux_fs/yocto/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):
132 if not os.path.isdir(data_dir):
/OK3568_Linux_fs/yocto/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):
/OK3568_Linux_fs/yocto/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…
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dchecksum.py128 if os.path.isdir(f):
135 elif os.path.isdir(pth):
/OK3568_Linux_fs/yocto/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):
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Druntime_test.py40 isdir = os.path.isdir(testexport_dir)
41 self.assertEqual(True, isdir, 'Failed to create testexport dir: %s' % testexport_dir)
H A Dbuildoptions.py143 …self.assertTrue(os.path.isdir(get_bb_var('BUILDHISTORY_DIR')), "buildhistory dir was not created.")
155 self.assertTrue(os.path.isdir(history_dir), 'buildhistory dir was not created.')
/OK3568_Linux_fs/kernel/include/linux/
H A Dfsnotify.h131 int isdir, struct inode *target, in fsnotify_move() argument
143 if (isdir) { in fsnotify_move()
/OK3568_Linux_fs/u-boot/tools/buildman/
H A Dtest.py160 if not os.path.isdir(target_dir):
185 if not os.path.isdir(base_dir):
289 if not os.path.isdir(base_dir):
/OK3568_Linux_fs/yocto/meta-rockchip/classes/
H A Dauto-patch.bbclass9 if not os.path.isdir(dir):
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdk/cases/
H A Dbuildlzip.py24 self.assertTrue(os.path.isdir(dirs["source"]))
H A Dbuildcpio.py28 self.assertTrue(os.path.isdir(dirs["source"]))
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/ippool/
H A Dippool_1.3.bb95 if not os.path.isdir(pppd_plugin):
101 if os.path.isdir(os.path.join(pppd_plugin, f)):
/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/source/
H A Drootfs.py53 if rootfs_dir and os.path.isdir(rootfs_dir):
57 if not os.path.isdir(image_rootfs_dir):
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-kivy/
H A D0001-add-support-for-glesv2.patch25 if isdir(sdl_inc):

123456