Searched refs:WriteDepFile (Results 1 – 5 of 5) sorted by relevance
/build/blueprint/deptools/ |
D | depfile.go | 35 func WriteDepFile(filename, target string, deps []string) error { func
|
/build/soong/cmd/soong_build/ |
D | main.go | 129 …err = deptools.WriteDepFile(shared.JoinPath(topDir, secondArgs.DepFile), secondArgs.OutFile, ninja… 202 …err := deptools.WriteDepFile(shared.JoinPath(topDir, blueprintArgs.DepFile), blueprintArgs.OutFile… 430 err = deptools.WriteDepFile(shared.JoinPath(topDir, depFile), bp2buildMarker, ninjaDeps)
|
/build/blueprint/bootstrap/bpglob/ |
D | bpglob.go | 218 err = deptools.WriteDepFile(depFile, fileListFile, results.Deps())
|
/build/soong/ui/build/ |
D | soong.go | 177 err := deptools.WriteDepFile(bootstrapDepFile, args.OutFile, bootstrapDeps)
|
/build/blueprint/bootstrap/ |
D | command.go | 91 err := deptools.WriteDepFile(CmdlineArgs.DepFile, CmdlineArgs.OutFile, ninjaDeps)
|