Home
last modified time | relevance | path

Searched refs:writeIfChanged (Results 1 – 4 of 4) sorted by relevance

/build/soong/cmd/symbols_map/
Dsymbols_map.go77 writeIfChanged := flags.Bool("write_if_changed", false, "only write output file if it is modified")
85 err := mergeProtos(*merge, flags.Args(), *stripPrefix, *writeIfChanged, *ignoreMissingFiles)
143 err = writeTextProto(output, &mapping, *writeIfChanged)
152 func writeTextProto(output string, message proto.Message, writeIfChanged bool) error {
159 if writeIfChanged {
174 func mergeProtos(output string, inputs []string, stripPrefix string, writeIfChanged bool, ignoreMis…
202 return writeTextProto(output, &mappings, writeIfChanged)
Dsymbols_map_test.go41 writeIfChanged bool
189 err = mergeProtos(output, inputs, tt.stripPrefix, tt.writeIfChanged, tt.ignoreMissingFiles)
/build/soong/zip/cmd/
Dmain.go167writeIfChanged := flags.Bool("write_if_changed", false, "only update resultant .zip if it has chan…
237 WriteIfChanged: *writeIfChanged,
/build/soong/cmd/sbox/
Dsbox.go46 writeIfChanged bool var
63 flag.BoolVar(&writeIfChanged, "write-if-changed", false,
250 err = clearOutputDirectory(command.CopyAfter, outputDir, writeType(writeIfChanged))
323 copyFiles(command.CopyAfter, tempDir, "", allowFromNotExists, writeType(writeIfChanged))
350 err = moveFiles(command.CopyAfter, tempDir, "", writeType(writeIfChanged))