Home
last modified time | relevance | path

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

/build/blueprint/
DBlueprints47 name = "blueprint-deptools",
48 pkgPath = "github.com/google/blueprint/deptools",
49 srcs = ["deptools/depfile.go"],
84 "blueprint-deptools",
Dbuild.ninja.in99 … ${g.bootstrap.buildDir}/.bootstrap/blueprint-deptools/pkg/github.com/google/blueprint/deptools.a $
101 …bootstrap/blueprint/pkg -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-deptools/pkg -I ${g.bootst…
127 # Module: blueprint-deptools
134 … ${g.bootstrap.buildDir}/.bootstrap/blueprint-deptools/pkg/github.com/google/blueprint/deptools.a $
135 : g.bootstrap.compile ${g.bootstrap.srcDir}/deptools/depfile.go | $
137 pkgPath = github.com/google/blueprint/deptools
139 … ${g.bootstrap.buildDir}/.bootstrap/blueprint-deptools/pkg/github.com/google/blueprint/deptools.a
274 … ${g.bootstrap.buildDir}/.bootstrap/blueprint-deptools/pkg/github.com/google/blueprint/deptools.a $
277 …bootstrap/blueprint/pkg -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-deptools/pkg -I ${g.bootst…
284 …bootstrap/blueprint/pkg -L ${g.bootstrap.buildDir}/.bootstrap/blueprint-deptools/pkg -L ${g.bootst…
/build/blueprint/bootstrap/
Dcommand.go141 err := deptools.WriteDepFile(timestampDepFile, timestampFile, deps)
154 err := deptools.WriteDepFile(depFile, outFile, deps)
158 err = deptools.WriteDepFile(depFile+".timestamp", outFile+".timestamp", deps)
/build/blueprint/deptools/
Ddepfile.go15 package deptools package
/build/soong/
Dbuild.ninja.in177 … ${g.bootstrap.buildDir}/.bootstrap/blueprint-deptools/pkg/github.com/google/blueprint/deptools.a $
179 …bootstrap/blueprint/pkg -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-deptools/pkg -I ${g.bootst…
206 # Module: blueprint-deptools
213 … ${g.bootstrap.buildDir}/.bootstrap/blueprint-deptools/pkg/github.com/google/blueprint/deptools.a $
215 ${g.bootstrap.srcDir}/build/blueprint/deptools/depfile.go | $
217 pkgPath = github.com/google/blueprint/deptools
219 … ${g.bootstrap.buildDir}/.bootstrap/blueprint-deptools/pkg/github.com/google/blueprint/deptools.a
504 … ${g.bootstrap.buildDir}/.bootstrap/blueprint-deptools/pkg/github.com/google/blueprint/deptools.a $
507 …bootstrap/blueprint/pkg -I ${g.bootstrap.buildDir}/.bootstrap/blueprint-deptools/pkg -I ${g.bootst…
514 …bootstrap/blueprint/pkg -L ${g.bootstrap.buildDir}/.bootstrap/blueprint-deptools/pkg -L ${g.bootst…
DAndroid.bp61 "blueprint-deptools",
/build/soong/glob/
Dglob.go48 deptools.WriteDepFile(depFile, fileListFile, dirs)