Home
last modified time | relevance | path

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

/build/soong/bazel/
Daquery.go78 type BuildStatement struct { struct
79 Command string
80 Depfile *string
81 OutputPaths []string
82 InputPaths []string
83 SymlinkPaths []string
84 Env []KeyValuePair
85 Mnemonic string
375 func removePy3wrapperScript(bs BuildStatement) (newInputPaths []string, newCommand string) {
398 func addCommandForPyBinaryRunfilesDir(bs BuildStatement, zipperCommandPath, zipFilePath string) str…
Daquery_test.go1378 func assertBuildStatements(t *testing.T, expected []BuildStatement, actual []BuildStatement) {
1398 func buildStatementEquals(first BuildStatement, second BuildStatement) bool {