Searched defs:BuildStatement (Results 1 – 2 of 2) sorted by relevance
78 type BuildStatement struct { struct79 Command string80 Depfile *string81 OutputPaths []string82 InputPaths []string83 SymlinkPaths []string84 Env []KeyValuePair85 Mnemonic string375 func removePy3wrapperScript(bs BuildStatement) (newInputPaths []string, newCommand string) {398 func addCommandForPyBinaryRunfilesDir(bs BuildStatement, zipperCommandPath, zipFilePath string) str…
1378 func assertBuildStatements(t *testing.T, expected []BuildStatement, actual []BuildStatement) {1398 func buildStatementEquals(first BuildStatement, second BuildStatement) bool {