Home
last modified time | relevance | path

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

123

/build/soong/finder/fs/
Dfs.go261 Path: path,
272 Path: path,
280 Path: path,
303 Path: fileName,
310 Path: fileName,
317 Path: fileName,
339 Path: name,
484 Path: path,
531 Path: path,
565 Path: sourcePath,
[all …]
/build/soong/android/
Dpaths.go90 type Path interface { interface
108 Path
127 func GenPathWithExt(ctx ModuleContext, subdir string, p Path, ext string) ModuleGenPath { argument
137 func ObjPathWithExt(ctx ModuleContext, subdir string, p Path, ext string) ModuleObjPath { argument
148 func ResPathWithName(ctx ModuleContext, p Path, name string) ModuleResPath { argument
159 path Path
163 func OptionalPathForPath(path Path) OptionalPath { argument
177 func (p OptionalPath) Path() Path { func
194 type Paths []Path
213 ret = append(ret, p.Path())
[all …]
Dnamespace.go60 return s.items[i].Path < s.items[j].Path
133 existingNamespace, exists := r.namespaceAt(namespace.Path)
135 if existingNamespace.Path == namespace.Path {
136 return fmt.Errorf("namespace %v already exists", namespace.Path)
145 r.namespacesByDir.Store(namespace.Path, namespace)
302 foundInNamespaces = append(foundInNamespaces, namespace.Path)
311 importedNames = append(importedNames, ns.Path)
313 …amespace %q which can read these %v namespaces: %q", depender, dependerNs.Path, len(importedNames)…
340 Path string member
355 return &Namespace{Path: path, moduleContainer: blueprint.NewSimpleNameInterface()}
Dhooks.go78 Path() OutputPath methodSpec
96 func (x *installHookContext) Path() OutputPath { func
/build/soong/cc/
Dandroidmk.go62 func(w io.Writer, outputFile android.Path) {
117 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) {
179 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) {
206 out := ret.OutputFile.Path()
218 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) {
241 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) {
258 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) {
274 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) {
286 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) {
299 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) {
[all …]
Dgen.go66 func genYacc(ctx android.ModuleContext, yaccFile android.Path, outFile android.ModuleGenPath, yaccF… argument
84 func genAidl(ctx android.ModuleContext, aidlFile android.Path, outFile android.ModuleGenPath, aidlF… argument
101 func genLex(ctx android.ModuleContext, lexFile android.Path, outFile android.ModuleGenPath) { argument
110 …WinMsg(ctx android.ModuleContext, srcFile android.Path, flags builderFlags) (android.Path, android… argument
Dvndk_prebuilt.go89 func (p *vndkPrebuiltLibraryDecorator) singleSourcePath(ctx ModuleContext) android.Path {
104 flags Flags, deps PathDeps, objs Objects) android.Path {
112 func (p *vndkPrebuiltLibraryDecorator) install(ctx ModuleContext, file android.Path) {
Dndk_prebuilt.go50 ext string, version string) android.Path {
80 deps PathDeps, objs Objects) android.Path {
117 deps PathDeps, objs Objects) android.Path {
173 deps PathDeps, objs Objects) android.Path {
Dcc.go259 link(ctx ModuleContext, flags Flags, deps PathDeps, objs Objects) android.Path
265 install(ctx ModuleContext, path android.Path) argument
610Path, directSharedDeps []android.Path, allTransitiveDeps map[android.Path][]android.Path) (ordered… argument
637 …icModuleDeps(module *Module, staticDeps []*Module, sharedDeps []*Module) (results []android.Path) {
639 allTransitiveDeps := make(map[android.Path][]android.Path, len(staticDeps))
640 staticDepFiles := []android.Path{}
642 allTransitiveDeps[dep.outputFile.Path()] = dep.depsInLinkOrder
643 staticDepFiles = append(staticDepFiles, dep.outputFile.Path())
645 sharedDepFiles := []android.Path{}
649 allTransitiveDeps[staticAnalogue.outputFile.Path()] = staticAnalogue.depsInLinkOrder
[all …]
Dndk_library.go101 installPath android.Path
280 Implicits: []android.Path{apiLevelsJson},
290 srcs := []android.Path{stubSrcPath}
319 objs Objects) android.Path {
334 func (stub *stubDecorator) install(ctx ModuleContext, path android.Path) {
Dbuilder.go667 deps = append(deps, crtBegin.Path(), crtEnd.Path())
688 … TransformDumpToLinkedDump(ctx android.ModuleContext, sAbiDumps android.Paths, soFile android.Path, argument
710 …UnzipRefDump(ctx android.ModuleContext, zippedRefDump android.Path, baseName string) android.Path { argument
721 func SourceAbiDiff(ctx android.ModuleContext, inputDump android.Path, referenceDump android.Path, argument
751 func TransformSharedObjectToToc(ctx android.ModuleContext, inputFile android.Path, argument
791 func TransformBinaryPrefixSymbols(ctx android.ModuleContext, prefix string, inputFile android.Path, argument
808 func TransformStrip(ctx android.ModuleContext, inputFile android.Path, argument
835 func TransformDarwinStrip(ctx android.ModuleContext, inputFile android.Path, argument
Dobject.go76 flags Flags, deps PathDeps, objs Objects) android.Path {
80 var outputFile android.Path
/build/soong/java/
Dgen.go54 func genAidl(ctx android.ModuleContext, aidlFile android.Path, aidlFlags string) android.Path { argument
72 func genLogtags(ctx android.ModuleContext, logtagsFile android.Path) android.Path { argument
Dandroid_resources.go40 func androidResourceGlob(ctx android.ModuleContext, dir android.Path) android.Paths { argument
56 dir android.Path
60 func overlayResourceGlob(ctx android.ModuleContext, dir android.Path) (res []globbedResourceDir, argument
Daar.go27 ExportPackage() android.Path
62 aaptSrcJar android.Path
63 exportPackage android.Path
64 manifestPath android.Path
65 proguardOptionsFile android.Path
67 rTxt android.Path
68 extraAaptPackagesFile android.Path
73 func (a *aapt) ExportPackage() android.Path {
78 …overlayDirs []globbedResourceDir, overlayFiles, rroDirs android.Paths, manifestPath android.Path) {
220 var exportPackage android.Path
[all …]
Dandroidmk.go33 func(w io.Writer, outputFile android.Path) {
106 func(w io.Writer, outputFile android.Path) {
121 func(w io.Writer, outputFile android.Path) {
152 func(w io.Writer, outputFile android.Path) {
173 func(w io.Writer, outputFile android.Path) {
223 data.Extra = append(data.Extra, func(w io.Writer, outputFile android.Path) {
253 func(w io.Writer, outputFile android.Path) {
271 func(w io.Writer, outputFile android.Path) {
Djava.go245 headerJarFile android.Path
248 implementationJarFile android.Path
251 dexJarFile android.Path
254 jacocoReportClassesFile android.Path
257 proguardDictionary android.Path
260 outputFile android.Path
267 installFile android.Path
317 jar android.Path
318 aidl android.Path
401 jar: jarPath.Path(),
[all …]
Dapp_builder.go64 resJarFile, dexJarFile android.Path, certificates []certificate) { argument
112 classesJar, manifest, rTxt android.Path, res android.Paths) { argument
Dproto.go43 … genProto(ctx android.ModuleContext, protoFile android.Path, flags javaBuilderFlags) android.Path { argument
Ddex.go38 classesJar android.Path, jarName string) android.Path { argument
223 classesJar android.Path, jarName string) android.Path { argument
/build/soong/ui/build/
Dsandbox_darwin.go55 c.Args[0] = c.Path
56 c.Path = sandboxExecPath
/build/soong/python/
Dandroidmk.go52 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) {
64 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) {
80 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) {
Dbuilder.go61 fileList android.Path
82 name string, files android.Paths) android.Path {
104 launcher_path android.Path, interpreter, main, binName string, argument
105 newPyPkgs []string, parSpecs []parSpec) android.Path {
/build/soong/genrule/
Dfilegroup.go38 Path *string member
69 …ctx.ExpandSourcesSubDir(fg.properties.Srcs, fg.properties.Exclude_srcs, String(fg.properties.Path))
Dgenrule.go161 tools := map[string]android.Path{}
195 g.deps = append(g.deps, path.Path())
197 tools[tool] = path.Path()
199 ctx.ModuleErrorf("multiple tools for %q, %q and %q", tool, tools[tool], path.Path().String())
358 func pathToSandboxOut(path android.Path, genDir android.Path) string { argument

123