| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | pythondeps | 66 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 D | wic | 165 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 D | erofs.h | 56 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 D | path.c | 94 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 D | inode.c | 237 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 D | cachedpath.py | 84 def isdir(self, s): member in CachedPath 135 if self.isdir(os.path.join(top, name)): 195 is_dir = self.isdir(file)
|
| H A D | reproducible.py | 80 if os.path.isdir(gitpath): 85 if os.path.isdir(gitpath):
|
| H A D | path.py | 99 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 D | copy_buildsystem.py | 132 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 D | pluginbase.py | 46 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 D | gitarchive.py | 36 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__.py | 100 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 D | create_manifest3.py | 75 ….isdir(value.replace('${libdir}',nativelibfolder+'/usr/lib')) or os.path.isdir(value.replace('${li…
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | checksum.py | 128 if os.path.isdir(f): 135 elif os.path.isdir(pth):
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/layerindexlib/ |
| H A D | cooker.py | 120 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 D | runtime_test.py | 40 isdir = os.path.isdir(testexport_dir) 41 self.assertEqual(True, isdir, 'Failed to create testexport dir: %s' % testexport_dir)
|
| H A D | buildoptions.py | 143 …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 D | fsnotify.h | 131 int isdir, struct inode *target, in fsnotify_move() argument 143 if (isdir) { in fsnotify_move()
|
| /OK3568_Linux_fs/u-boot/tools/buildman/ |
| H A D | test.py | 160 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 D | auto-patch.bbclass | 9 if not os.path.isdir(dir):
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdk/cases/ |
| H A D | buildlzip.py | 24 self.assertTrue(os.path.isdir(dirs["source"]))
|
| H A D | buildcpio.py | 28 self.assertTrue(os.path.isdir(dirs["source"]))
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/ippool/ |
| H A D | ippool_1.3.bb | 95 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 D | rootfs.py | 53 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 D | 0001-add-support-for-glesv2.patch | 25 if isdir(sdl_inc):
|