Home
last modified time | relevance | path

Searched refs:WriteDepFile (Results 1 – 5 of 5) sorted by relevance

/aosp12/build/blueprint/deptools/
H A Ddepfile.go35 func WriteDepFile(filename, target string, deps []string) error { func
/aosp12/build/soong/cmd/soong_build/
H A Dmain.go129 …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)
/aosp12/build/blueprint/bootstrap/bpglob/
H A Dbpglob.go218 err = deptools.WriteDepFile(depFile, fileListFile, results.Deps())
/aosp12/build/soong/ui/build/
H A Dsoong.go177 err := deptools.WriteDepFile(bootstrapDepFile, args.OutFile, bootstrapDeps)
/aosp12/build/blueprint/bootstrap/
H A Dcommand.go91 err := deptools.WriteDepFile(CmdlineArgs.DepFile, CmdlineArgs.OutFile, ninjaDeps)