Searched refs:paths (Results 1 – 10 of 10) sorted by relevance
| /scripts/ |
| A D | leaking_addresses.pl | 580 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 D | rustdoc_test_gen.rs | 113 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 D | checktransupdate.py | 36 paths = file_path.split("/") 37 tidx = paths.index("translations") 38 opaths = paths[:tidx] 39 opaths += paths[tidx + 2 :]
|
| A D | spelling.txt | 1190 pathes||paths
|
| /scripts/clang-tools/ |
| A D | gen_compile_commands.py | 70 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 D | dtx_diff | 55 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 D | double_lock.cocci | 2 /// Find double locks. False positives may occur when some paths cannot
|
| /scripts/coccinelle/free/ |
| A D | kfree.cocci | 4 //# execution paths are not possible, resulting in false positives.
|
| /scripts/coccinelle/misc/ |
| A D | cond_no_effect.cocci | 30 // * Both paths of the branch look the same. They're supposed to
|
| /scripts/bash-completion/ |
| A D | make | 89 # Otherwise, toolchain paths with a tilde do not work.
|
Completed in 15 milliseconds