| /linux/tools/net/ynl/pyynl/lib/ |
| H A D | specdir.py | 23 if not os.path.isdir(schema_dir_): 25 if not os.path.isdir(schema_dir_): 35 if not os.path.isdir(spec_dir_):
|
| /linux/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() 170 if (!error && isdir) { in d_namespace_path()
|
| /linux/scripts/ |
| H A D | macro_checker.py | 114 if os.path.isdir(path): 125 elif os.path.isdir(args.path):
|
| H A D | checkkconfigsymbols.py | 302 ".log" in gitfile or os.path.isdir(gitfile) or \
|
| H A D | spdxcheck.py | 391 elif os.path.isdir(p):
|
| /linux/tools/perf/pmu-events/ |
| H A D | arm64_metrics.py | 18 if os.path.isdir(path):
|
| H A D | models.py | 13 if os.path.isdir(path):
|
| H A D | amd_metrics.py | 507 if os.path.isdir(path):
|
| H A D | jevents.py | 1466 if os.path.isdir(path):
|
| H A D | intel_metrics.py | 1140 if os.path.isdir(path):
|
| /linux/tools/docs/ |
| H A D | checktransupdate.py | 174 if not os.path.isdir(f"{linux_path}/Documentation/translations/{locale}"): 192 if os.path.isdir(ab_item): 304 elif os.path.isdir(file):
|
| H A D | sphinx-build-wrapper | 481 if os.path.isdir(deny_vf):
|
| /linux/tools/hv/ |
| H A D | vmbus_testing | 30 if not os.path.isdir(debugfs_hyperv_path): 159 elif (os.path.isdir(f_path)):
|
| H A D | lsvmbus | 19 if not os.path.isdir(vmbus_sys_path):
|
| /linux/scripts/dtc/ |
| H A D | dt-extract-compatibles | 110 if os.path.isdir(f):
|
| /linux/fs/fuse/ |
| H A D | file.c | 134 unsigned int open_flags, bool isdir) in fuse_file_open() argument 138 int opcode = isdir ? FUSE_OPENDIR : FUSE_OPEN; in fuse_file_open() 139 bool open = isdir ? !fc->no_opendir : !fc->no_open; in fuse_file_open() 140 bool release = !isdir || open; in fuse_file_open() 156 ff->open_flags = FOPEN_KEEP_CACHE | (isdir ? FOPEN_CACHE_DIR : 0); in fuse_file_open() 170 if (isdir) { in fuse_file_open() 181 if (isdir) in fuse_file_open() 190 bool isdir) in fuse_do_open() argument 192 struct fuse_file *ff = fuse_file_open(fm, nodeid, file->f_flags, isdir); in fuse_do_open() 354 unsigned int open_flags, fl_owner_t id, bool isdir) in fuse_file_release() argument [all …]
|
| /linux/scripts/clang-tools/ |
| H A D | gen_compile_commands.py | 202 if os.path.isdir(path):
|
| /linux/tools/lib/python/kdoc/ |
| H A D | kdoc_files.py | 82 if os.path.isdir(f):
|
| /linux/tools/testing/selftests/drivers/net/hw/ |
| H A D | devlink_rate_cross_esw.py | 96 entries = os.listdir(vf_dir) if os.path.isdir(vf_dir) else []
|
| /linux/tools/lib/python/feat/ |
| H A D | parse_features.py | 100 if os.path.isdir(fname):
|
| /linux/tools/testing/kunit/ |
| H A D | kunit_kernel.py | 183 if os.path.isdir(path):
|
| /linux/tools/kvm/kvm_stat/ |
| H A D | kvm_stat | 1448 return os.path.isdir(os.path.join('/proc/', str(pid))) 1852 not os.path.isdir(os.path.join('/proc/',
|
| /linux/tools/testing/selftests/net/ |
| H A D | bpf_offload.py | 335 elif os.path.isdir(p): 719 if not os.path.isdir("/sys/bus/netdevsim/"):
|
| /linux/tools/testing/selftests/damon/ |
| H A D | _damon_sysfs.py | 760 if not os.path.isdir(tried_region_dir):
|
| /linux/fs/gfs2/ |
| H A D | bmap.c | 95 int isdir = gfs2_is_dir(ip); in __gfs2_unstuff_inode() local 110 if (isdir) { in __gfs2_unstuff_inode()
|