Searched refs:deptools (Results 1 – 7 of 7) sorted by relevance
/build/blueprint/ |
D | Blueprints | 47 name = "blueprint-deptools", 48 pkgPath = "github.com/google/blueprint/deptools", 49 srcs = ["deptools/depfile.go"], 84 "blueprint-deptools",
|
D | build.ninja.in | 99 … ${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/ |
D | command.go | 141 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/ |
D | depfile.go | 15 package deptools package
|
/build/soong/ |
D | build.ninja.in | 177 … ${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…
|
D | Android.bp | 61 "blueprint-deptools",
|
/build/soong/glob/ |
D | glob.go | 48 deptools.WriteDepFile(depFile, fileListFile, dirs)
|