Home
last modified time | relevance | path

Searched refs:deptools (Results 1 – 6 of 6) sorted by relevance

/aosp12/build/blueprint/
H A DBlueprints55 name: "blueprint-deptools",
56 pkgPath: "github.com/google/blueprint/deptools",
57 srcs: ["deptools/depfile.go"],
64 "blueprint-deptools",
109 "blueprint-deptools",
/aosp12/build/blueprint/deptools/
H A Ddepfile.go15 package deptools package
/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)