Home
last modified time | relevance | path

Searched defs:BuildStatement (Results 1 – 2 of 2) sorted by relevance

/build/soong/bazel/
Daquery_test.go731 func assertBuildStatements(t *testing.T, expected []BuildStatement, actual []BuildStatement) {
750 func buildStatementEquals(first BuildStatement, second BuildStatement) bool {
Daquery.go75 type BuildStatement struct { struct
76 Command string
77 Depfile *string
78 OutputPaths []string
79 InputPaths []string
80 Env []KeyValuePair
81 Mnemonic string