Searched refs:files (Results 1 – 25 of 40) sorted by relevance
12
| /scripts/ |
| A D | Makefile.clean | 27 __clean-files := \ 28 $(clean-files) $(targets) $(hostprogs) $(userprogs) \ 34 __clean-files := $(filter-out $(no-clean-files), $(__clean-files)) 36 __clean-files := $(wildcard $(addprefix $(obj)/, $(__clean-files))) 43 cmd_clean = printf '$(obj)/%s ' $(patsubst $(obj)/%,%,$(__clean-files)) | xargs rm -rf 46 ifneq ($(strip $(__clean-files)),)
|
| A D | misc-check | 8 git -C "${srctree:-.}" ls-files -i -c --exclude-per-directory=.gitignore 2>/dev/null | 48 …git -C "${srctree:-.}" grep --files-with-matches -E 'EXPORT_SYMBOL((_NS)?(_GPL)?|_GPL_FOR_MODULES)… 50 …xargs -r git -C "${srctree:-.}" grep --files-without-match '#include[[:space:]]*<linux/export\.h>'… 59 git -C "${srctree:-.}" grep --files-with-matches '#include[[:space:]]*<linux/export\.h>' \ 61 …xargs -r git -C "${srctree:-.}" grep --files-without-match -E 'EXPORT_SYMBOL((_NS)?(_GPL)?|_GPL_FO…
|
| A D | make_fit.py | 150 for model, compat, files in entries: 155 fsw.property('fdt', bytes(''.join(f'fdt-{x}\x00' for x in files), "ascii")) 243 files = cmd.split() 244 files = files[files.index('-i') + 1:] 246 files = [fname] 248 files = [fname] 250 return (model, compat, files) 283 (model, compat, files) = process_dtb(fname, args) 288 for fn in files: 295 files_seq = [fdts[fn] for fn in files]
|
| A D | spdxexclude | 3 # Patterns for excluding files and directories 10 # Ignore config files and snippets. The majority is generated 15 # Other files without copyrightable content
|
| A D | checktransupdate.py | 179 files = [] 194 files.append(ab_item) 196 return files 274 files = args.files 275 if len(files) == 0: 291 files.append(new_file) 297 files = list(map(lambda x: os.path.relpath(os.path.abspath(x), linux_path), files)) 302 for file in files:
|
| A D | leaking_addresses.pl | 542 my @files = readdir(DIR); 545 foreach my $file (@files) { 580 my ($total, $dmesg, $paths, $files) = parse_raw_file($file); 589 squash_by($files, 'filename'); 619 my %files; # Unique filenames containing leaks. 632 cache_filename(\%files, $line); 635 return $total, \@dmesg, \%paths, \%files; 688 my ($files, $line) = @_; 695 add_to_cache($files, $filename, substr($line, $index));
|
| A D | checkkconfigsymbols.py | 165 files = sorted(undefined_b.get(symbol)) 166 undefined[symbol] = files 169 files = sorted(undefined_b.get(symbol) - 171 if files: 172 undefined[symbol] = files 185 files = sorted(undefined.get(symbol)) 186 print("%s: %s" % (yel("Referencing files"), ", ".join(files))) 299 files = [] 305 files.append(gitfile) 306 return files
|
| A D | cleanfile | 82 @files = (); 93 push(@files, $a); 97 foreach $f ( @files ) {
|
| A D | get_dvb_firmware | 368 my %files = ( 377 foreach my $fwfile (keys %files) { 379 verify($fwfile, $files{$fwfile}); 442 my %files = ( 450 foreach my $fwfile (keys %files) { 452 verify($fwfile, $files{$fwfile}); 464 my %files = ( 471 foreach my $fwfile (keys %files) { 473 verify($fwfile, $files{$fwfile}); 755 my %files = ( [all …]
|
| A D | cleanpatch | 82 @files = (); 93 push(@files, $a); 97 foreach $f ( @files ) {
|
| A D | get_maintainer.pl | 77 my @files = (); 430 my @files = readdir(DIR); 563 push(@files, $file); 576 my $file_cnt = @files; 593 push(@files, $filename); 596 push(@files, $filename); 600 push(@files, $filename1); 601 push(@files, $filename2); 609 push(@files, $filename); 625 if ($file_cnt == @files) { [all …]
|
| A D | spdxcheck.py | 36 self.files = [] 45 self.files.append(fname) 442 if ndirs and ndirs != dirsok and args.files: 448 for f in sorted(di.files):
|
| /scripts/package/debian/ |
| A D | rules | 38 mk-files = $(patsubst binary-%,debian/%.files,$1) 59 $(Q)dh_gencontrol $(DH_OPTIONS) -- -f$(call mk-files,$@) 66 $(Q)truncate -s0 $(call mk-files,$@) 73 $(Q)cat $(call mk-files,$^) > debian/files 85 $(Q)rm -rf debian/deb-env.vars* debian/*.files
|
| /scripts/selinux/ |
| A D | install_policy.sh | 40 mkdir -p /etc/selinux/dummy/contexts/files 55 cp file_contexts /etc/selinux/dummy/contexts/files 58 FC_FILE=/etc/selinux/dummy/contexts/files/file_contexts 73 cd /etc/selinux/dummy/contexts/files
|
| /scripts/kconfig/tests/ |
| A D | pytest.ini | 4 # Pytest requires that test files have unique names, because pytest imports 6 # the directory name that contains it. Use __init__.py for all test files.
|
| /scripts/package/ |
| A D | kernel.spec | 27 Summary: Header files for the Linux kernel for use by glibc 32 Kernel-headers includes the C header files that specify the interface 34 header files define structures and constants that are needed for 161 %files -f %{buildroot}/kernel.list 165 %files headers 170 %files devel
|
| A D | mkdebian | 222 files, version: ${KERNELRELEASE}. 245 This package provides kernel header files for ${KERNELRELEASE} on $debarch
|
| /scripts/selinux/mdp/ |
| A D | Makefile | 7 clean-files := policy.* file_contexts
|
| /scripts/gdb/linux/ |
| A D | Makefile | 25 clean-files := *.pyc *.pyo
|
| A D | symbols.py | 133 for root, dirs, files in os.walk(path): 134 for name in files:
|
| /scripts/dtc/ |
| A D | dt-extract-compatibles | 98 for path, dirs, files in os.walk(root): 103 for f in files:
|
| /scripts/lib/kdoc/ |
| A D | kdoc_files.py | 116 if fname in self.files: 124 self.files.add(fname) 210 self.files = set()
|
| /scripts/lib/abi/ |
| A D | abi_parser.py | 555 files = v.get("file") 556 if not files: 561 if len(files) == 1: 565 for fname, lines in sorted(files.items()): 600 files = [] 602 files.append(f[0]) 621 print("Defined on file(s):\t" + ", ".join(files))
|
| A D | system_symbols.py | 28 if path in self.files: 43 self.files.add(path) 149 self.files = set()
|
| /scripts/coccinelle/misc/ |
| A D | add_namespace.cocci | 3 /// Adds missing MODULE_IMPORT_NS statements to source files
|
Completed in 34 milliseconds
12