Searched defs:BuildStatement (Results 1 – 2 of 2) sorted by relevance
62 type BuildStatement struct { struct63 Command string64 Depfile *string65 OutputPaths []string66 SymlinkPaths []string67 Env []*analysis_v2_proto.KeyValuePair68 Mnemonic string74 InputDepsetHashes []string75 InputPaths []string76 FileContents string[all …]
1332 func assertBuildStatements(t *testing.T, expected []*BuildStatement, actual []*BuildStatement) {1362 func buildStatementEquals(first *BuildStatement, second *BuildStatement) string {