Home
last modified time | relevance | path

Searched refs:Path (Results 1 – 16 of 16) sorted by relevance

/build/soong/common/
Dpaths.go78 type Path interface { interface
88 Path
105 func GenPathWithExt(ctx AndroidModuleContext, p Path, ext string) ModuleGenPath { argument
115 func ObjPathWithExt(ctx AndroidModuleContext, p Path, subdir, ext string) ModuleObjPath { argument
126 func ResPathWithName(ctx AndroidModuleContext, p Path, name string) ModuleResPath { argument
137 path Path
141 func OptionalPathForPath(path Path) OptionalPath { argument
155 func (p OptionalPath) Path() Path { func
172 type Paths []Path
183 ret = append(ret, p.Path())
[all …]
Dmodule.go41 Input Path
43 Implicit Path
79 InstallFile(installPath OutputPath, srcPath Path, deps ...Path) OutputPath argument
80 InstallFileName(installPath OutputPath, name string, srcPath Path, deps ...Path) OutputPath argument
81 CheckbuildFile(srcPath Path) argument
533 func (a *androidModuleContext) InstallFileName(installPath OutputPath, name string, srcPath Path,
534 deps ...Path) OutputPath {
555 func (a *androidModuleContext) InstallFile(installPath OutputPath, srcPath Path, deps ...Path) Outp…
559 func (a *androidModuleContext) CheckbuildFile(srcPath Path) {
Dandroidmk.go47 Extra []func(w io.Writer, outputFile Path) error
206 err = extra(w, data.OutputFile.Path())
Dpaths_test.go145 path.Path()
/build/soong/java/
Dbuilder.go107 fileList, dir common.Path
141 manifest common.OptionalPath) common.Path {
154 deps = append(deps, manifest.Path())
170 func TransformClassesJarToDex(ctx common.AndroidModuleContext, classesJar common.Path, argument
190 dexJarSpec jarSpec) common.Path {
216 …arJar(ctx common.AndroidModuleContext, classesJar common.Path, rulesFile common.Path) common.Path { argument
232 prebuilt common.Path) (classJarSpec, resourceJarSpec jarSpec) { argument
Dapp_builder.go83 deps common.Paths) (common.Path, common.Path, common.Path) {
120 func CreateAppPackage(ctx common.AndroidModuleContext, flags []string, jarFile common.Path, argument
121 certificates []string) common.Path {
Dgen.go59 func genAidl(ctx common.AndroidModuleContext, aidlFile common.Path, aidlFlags string) common.Path { argument
76 func genLogtags(ctx common.AndroidModuleContext, logtagsFile common.Path) common.Path { argument
Djava.go123 classpathFile common.Path
126 outputFile common.Path
143 installFile common.Path
154 ClasspathFile() common.Path
311 javacDeps = append(javacDeps, bootClasspath.Path())
412 func (j *javaBase) ClasspathFile() common.Path {
513 classpathFile common.Path
534 func (j *JavaPrebuilt) ClasspathFile() common.Path {
Dapp.go64 aaptJavaFileList common.Path
65 exportPackage common.Path
196 overlayResourceDirs = append(overlayResourceDirs, overlay.Path())
246 aaptDeps = append(aaptDeps, depFile.Path())
/build/soong/cc/
Dandroidmk.go28 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile common.Path) (err error) {
67 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile common.Path) error {
90 out := ret.OutputFile.Path()
101 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile common.Path) error {
116 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile common.Path) error {
Dgen.go50 func genYacc(ctx common.AndroidModuleContext, yaccFile common.Path, outFile common.ModuleGenPath, y… argument
67 func genLex(ctx common.AndroidModuleContext, lexFile common.Path, outFile common.ModuleGenPath) { argument
Dcc.go448 link(ctx ModuleContext, flags Flags, deps PathDeps, objFiles common.Paths) common.Path
453 install(ctx ModuleContext, path common.Path) argument
786 outputFiles = append(outputFiles, outputFile.Path())
864 depPaths.ObjFiles = append(depPaths.ObjFiles, output.Path())
1207 func (installer *baseInstaller) install(ctx ModuleContext, file common.Path) {
1377 flags Flags, deps PathDeps, objFiles common.Paths) common.Path {
1398 flags Flags, deps PathDeps, objFiles common.Paths) common.Path {
1411 linkerDeps = append(linkerDeps, versionScript.Path())
1428 linkerDeps = append(linkerDeps, unexportedSymbols.Path())
1432 linkerDeps = append(linkerDeps, forceNotWeakSymbols.Path())
[all …]
Dbuilder.go337 deps = append(deps, crtBegin.Path(), crtEnd.Path())
379 …TransformBinaryPrefixSymbols(ctx common.AndroidModuleContext, prefix string, inputFile common.Path, argument
/build/soong/genrule/
Dgenrule.go105 g.deps = append(g.deps, p.Path())
/build/kati/
Devalcmd.go277 Path: args[0],
Dfunc.go971 Path: cmdline[0],