Searched defs:Path (Results 1 – 8 of 8) sorted by relevance
| /build/soong/java/ |
| D | builder.go | 170 func TransformClassesJarToDex(ctx common.AndroidModuleContext, classesJar common.Path, 216 func TransformJarJar(ctx common.AndroidModuleContext, classesJar common.Path, rulesFile common.Path… 232 prebuilt common.Path) (classJarSpec, resourceJarSpec jarSpec) {
|
| D | gen.go | 59 func genAidl(ctx common.AndroidModuleContext, aidlFile common.Path, aidlFlags string) common.Path { 76 func genLogtags(ctx common.AndroidModuleContext, logtagsFile common.Path) common.Path {
|
| D | app_builder.go | 120 func CreateAppPackage(ctx common.AndroidModuleContext, flags []string, jarFile common.Path,
|
| /build/soong/cc/ |
| D | gen.go | 50 func genYacc(ctx common.AndroidModuleContext, yaccFile common.Path, outFile common.ModuleGenPath, y… 67 func genLex(ctx common.AndroidModuleContext, lexFile common.Path, outFile common.ModuleGenPath) {
|
| D | builder.go | 379 …TransformBinaryPrefixSymbols(ctx common.AndroidModuleContext, prefix string, inputFile common.Path,
|
| D | cc.go | 453 install(ctx ModuleContext, path common.Path)
|
| /build/soong/common/ |
| D | paths.go | 78 type Path interface { interface 105 func GenPathWithExt(ctx AndroidModuleContext, p Path, ext string) ModuleGenPath { 115 func ObjPathWithExt(ctx AndroidModuleContext, p Path, subdir, ext string) ModuleObjPath { 126 func ResPathWithName(ctx AndroidModuleContext, p Path, name string) ModuleResPath { 141 func OptionalPathForPath(path Path) OptionalPath { 155 func (p OptionalPath) Path() Path { func
|
| D | module.go | 79 InstallFile(installPath OutputPath, srcPath Path, deps ...Path) OutputPath 80 InstallFileName(installPath OutputPath, name string, srcPath Path, deps ...Path) OutputPath 81 CheckbuildFile(srcPath Path)
|