Home
last modified time | relevance | path

Searched defs:Path (Results 1 – 8 of 8) sorted by relevance

/build/soong/java/
Dbuilder.go170 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) {
Dgen.go59 func genAidl(ctx common.AndroidModuleContext, aidlFile common.Path, aidlFlags string) common.Path {
76 func genLogtags(ctx common.AndroidModuleContext, logtagsFile common.Path) common.Path {
Dapp_builder.go120 func CreateAppPackage(ctx common.AndroidModuleContext, flags []string, jarFile common.Path,
/build/soong/cc/
Dgen.go50 func genYacc(ctx common.AndroidModuleContext, yaccFile common.Path, outFile common.ModuleGenPath, y…
67 func genLex(ctx common.AndroidModuleContext, lexFile common.Path, outFile common.ModuleGenPath) {
Dbuilder.go379 …TransformBinaryPrefixSymbols(ctx common.AndroidModuleContext, prefix string, inputFile common.Path,
Dcc.go453 install(ctx ModuleContext, path common.Path)
/build/soong/common/
Dpaths.go78 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
Dmodule.go79 InstallFile(installPath OutputPath, srcPath Path, deps ...Path) OutputPath
80 InstallFileName(installPath OutputPath, name string, srcPath Path, deps ...Path) OutputPath
81 CheckbuildFile(srcPath Path)