Searched refs:dirs (Results 1 – 11 of 11) sorted by relevance
/linux/scripts/dtc/ |
H A D | dt-extract-compatibles | 98 for path, dirs, files in os.walk(root): 100 for d in dirs: 102 dirs.remove(d)
|
/linux/scripts/ |
H A D | leaking_addresses.pl | 450 my($filename, $dirs, $suffix) = fileparse($path); 538 my @dirs = @_; 540 while (my $pwd = shift @dirs) { 560 push @dirs, $path;
|
H A D | spdxcheck.py | 332 ap.add_argument('-d', '--dirs', action='store_true', 431 if ndirs and ndirs != dirsok and args.dirs: 443 if args.verbose or args.dirs:
|
/linux/tools/power/cpupower/ |
H A D | README | 49 'make install' command puts targets to default system dirs: 70 appropriate dirs: 99 The files will be installed to the following dirs: 113 If you look at the table for the default 'make' output dirs you will 115 ${DESTDIR} prefix. So, the structure of the output dirs remains the same
|
/linux/fs/ntfs3/ |
H A D | dir.c | 522 static int ntfs_dir_count(struct inode *dir, bool *is_empty, size_t *dirs, in ntfs_dir_count() argument 570 if (!dirs && !files) in ntfs_dir_count() 604 if (dirs) in ntfs_dir_count() 605 *dirs = drs; in ntfs_dir_count()
|
/linux/arch/mips/alchemy/ |
H A D | Platform | 30 # boards can specify their own <gpio.h> in one of their include dirs.
|
/linux/scripts/gdb/linux/ |
H A D | symbols.py | 78 for root, dirs, files in os.walk(path):
|
/linux/tools/power/x86/amd_pstate_tracer/ |
H A D | amd_pstate_trace.py | 349 for root, dirs, files in os.walk('.'):
|
/linux/fs/overlayfs/ |
H A D | Kconfig | 79 inconsistencies on lookup, like redirect from multiple upper dirs to
|
/linux/tools/power/x86/intel_pstate_tracer/ |
H A D | intel_pstate_tracer.py | 609 for root, dirs, files in os.walk('.'):
|
/linux/Documentation/arch/powerpc/ |
H A D | hvcs.rst | 148 |-- *other sysfs base dirs* 167 |-- *other sysfs base dirs*
|