Home
last modified time | relevance | path

Searched refs:clean (Results 1 – 7 of 7) sorted by relevance

/scripts/schemas/
A Dpatch-schema.yml107 # The command used to undo local changes to each module when "west patch clean" is run
112 # The command used to clean each module when "west patch clean" is run
113 clean-command:
115 default: "git clean -d -f -x"
/scripts/native_simulator/
A DMakefile154 clean: target
161 clean_all: clean clean_coverage ;
163 .PHONY: clean clean_coverage clean_all link_with_esw runner_lib no_default all ${DEPENDFILES}
/scripts/west_commands/
A Dpatch.py337 "clean": self.clean,
415 self.clean(args, yml, patched_mods)
419 def clean(self, args, yml, dst_mods=None): member in Patch
A Dblobs.py195 def clean(self, args): member in Blobs
/scripts/
A Dcheckpatch.pl1370 my $clean = 'X' x length($1);
1371 $res =~ s@\<.*\>@<$clean>@;
1375 my $clean = 'X' x length($1);
2185 our $clean = 0;
2195 our $clean = 0;
2205 our $clean = 0;
2331 our $clean = 1;
6925 if (!$clean and !$fix) {
6944 if ($clean == 0 && $fix &&
6985 if ($clean == 1) {
[all …]
/scripts/west_commands/completion/
A Dwest-completion.fish502 …fish_seen_subcommand_from list fetch clean" -ra "list\t'list binary blobs' fetch\t'fetch binary bl…
503 …st_seen_subcommand_from blobs; and __fish_seen_subcommand_from list fetch clean" -ra "(__zephyr_we…
504 …est_seen_subcommand_from blobs; and not __fish_seen_subcommand_from fetch clean" -o f -l format -r…
A Dwest-completion.zsh347 'clean[clean working tree of binary blobs]'

Completed in 13 milliseconds