Searched refs:writeIfChanged (Results 1 – 4 of 4) sorted by relevance
/build/soong/cmd/symbols_map/ |
D | symbols_map.go | 77 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)
|
D | symbols_map_test.go | 41 writeIfChanged bool 189 err = mergeProtos(output, inputs, tt.stripPrefix, tt.writeIfChanged, tt.ignoreMissingFiles)
|
/build/soong/zip/cmd/ |
D | main.go | 167 …writeIfChanged := flags.Bool("write_if_changed", false, "only update resultant .zip if it has chan… 237 WriteIfChanged: *writeIfChanged,
|
/build/soong/cmd/sbox/ |
D | sbox.go | 46 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))
|