Home
last modified time | relevance | path

Searched refs:paths (Results 1 – 10 of 10) sorted by relevance

/scripts/
A Dleaking_addresses.pl580 my ($total, $dmesg, $paths, $files) = parse_raw_file($file);
593 squash_by($paths, 'path');
620 my %paths; # Unique paths containing leaks.
631 cache_path(\%paths, $line);
635 return $total, \@dmesg, \%paths, \%files;
677 my ($paths, $line) = @_;
683 add_to_cache($paths, $path, substr($line, $index));
A Drustdoc_test_gen.rs113 let mut paths = fs::read_dir("rust/test/doctests/kernel") in main() variables
119 paths.sort(); in main()
129 for path in paths { in main()
A Dchecktransupdate.py36 paths = file_path.split("/")
37 tidx = paths.index("translations")
38 opaths = paths[:tidx]
39 opaths += paths[tidx + 2 :]
A Dspelling.txt1190 pathes||paths
/scripts/clang-tools/
A Dgen_compile_commands.py70 args.paths if len(args.paths) > 0 else [args.directory])
188 log_level, directory, output, ar, paths = parse_arguments()
197 for path in paths:
/scripts/dtc/
A Ddtx_diff55 include paths will be set properly.
58 the dts source file for include paths to be set properly for '#include'
71 add the path of DTx_1 and DTx_2 to the include paths. If DTx_2 includes
/scripts/coccinelle/locks/
A Ddouble_lock.cocci2 /// Find double locks. False positives may occur when some paths cannot
/scripts/coccinelle/free/
A Dkfree.cocci4 //# execution paths are not possible, resulting in false positives.
/scripts/coccinelle/misc/
A Dcond_no_effect.cocci30 // * Both paths of the branch look the same. They're supposed to
/scripts/bash-completion/
A Dmake89 # Otherwise, toolchain paths with a tilde do not work.

Completed in 15 milliseconds