Home
last modified time | relevance | path

Searched refs:OptionalPath (Results 1 – 25 of 40) sorted by relevance

12

/build/soong/android/
Dnotices.go31 Merged OptionalPath
32 TxtOutput OptionalPath
33 HtmlOutput OptionalPath
34 HtmlGzOutput OptionalPath
Dpaths.go184 type OptionalPath struct { struct
190 func OptionalPathForPath(path Path) OptionalPath {
192 return OptionalPath{}
194 return OptionalPath{valid: true, path: path}
198 func (p OptionalPath) Valid() bool { argument
204 func (p OptionalPath) Path() Path { argument
212 func (p OptionalPath) String() string { argument
826 func ExistentPathForSource(ctx PathContext, pathComponents ...string) OptionalPath {
830 return OptionalPath{}
835 return OptionalPath{}
[all …]
Dandroidmk.go50 OutputFile OptionalPath
76 OutputFile OptionalPath
110 func (a *AndroidMkEntries) SetOptionalPath(name string, path OptionalPath) {
123 func (a *AndroidMkEntries) AddOptionalPath(name string, path OptionalPath) {
/build/soong/python/
Dbinary.go64 IntermPathForModuleOut() android.OptionalPath
97 depsSrcsZips android.Paths) android.OptionalPath {
104 var launcherPath android.OptionalPath
Dpython.go144 installSource android.OptionalPath
160 depsSrcsZips android.Paths) android.OptionalPath
253 func (p *Module) HostToolPath() android.OptionalPath {
256 return android.OptionalPath{}
Dbuilder.go83 launcherPath android.OptionalPath, interpreter, main, binName string, argument
/build/soong/cc/
Dlinkable.go14 OutputFile() android.OptionalPath
41 Toc() android.OptionalPath
Dinstaller.go102 func (installer *baseInstaller) hostToolPath() android.OptionalPath {
103 return android.OptionalPath{}
Dobject.go158 func (object *objectLinker) coverageOutputFilePath() android.OptionalPath {
159 return android.OptionalPath{}
Dbinary.go90 toolPath android.OptionalPath
99 coverageOutputFile android.OptionalPath
446 func (binary *binaryDecorator) coverageOutputFilePath() android.OptionalPath {
486 func (binary *binaryDecorator) hostToolPath() android.OptionalPath {
Dbuilder.go669 …crtBegin, crtEnd android.OptionalPath, groupLate bool, flags builderFlags, outputFile android.Writ… argument
748 baseName, exportedHeaderFlags string, symbolFile android.OptionalPath, argument
749 excludedSymbolVersions, excludedSymbolTags []string) android.OptionalPath {
806 …e, exportedHeaderFlags string, checkAllApis, isLlndk, isNdk, isVndkExt bool) android.OptionalPath {
975 inputs Objects, baseName string) android.OptionalPath {
990 return android.OptionalPath{}
Dcc.go154 CrtBegin, CrtEnd android.OptionalPath
157 LinkerFlagsFile android.OptionalPath
160 DynamicLinker android.OptionalPath
401 coverageOutputFilePath() android.OptionalPath
419 hostToolPath() android.OptionalPath
501 outputFile android.OptionalPath
526 func (c *Module) Toc() android.OptionalPath {
754 func (c *Module) OutputFile() android.OptionalPath {
776 func (c *Module) CoverageOutputFile() android.OptionalPath {
780 return android.OptionalPath{}
[all …]
Dlibrary.go337 tocFile android.OptionalPath
356 coverageOutputFile android.OptionalPath
359 sAbiOutputFile android.OptionalPath
362 sAbiDiff android.OptionalPath
691 toc() android.OptionalPath
1051 func (library *libraryDecorator) coverageOutputFilePath() android.OptionalPath {
1206 func (library *libraryDecorator) toc() android.OptionalPath {
/build/soong/dexpreopt/
Dtesting.go27 func (m *dummyToolBinary) HostToolPath() android.OptionalPath {
Dconfig.go83 DirtyImageObjects android.OptionalPath // path to a dirty-image-objects file
122 ProfileClassListing android.OptionalPath
124 ProfileBootListing android.OptionalPath
558 DirtyImageObjects: android.OptionalPath{},
Ddexpreopt_test.go44 ProfileClassListing: android.OptionalPath{},
/build/soong/rust/
Dcompiler.go118 coverageOutputZipFile android.OptionalPath
120 distFile android.OptionalPath
123 func (compiler *baseCompiler) coverageOutputZipPath() android.OptionalPath {
Drust.go86 outputFile android.OptionalPath
173 func (mod *Module) Toc() android.OptionalPath {
176 return android.OptionalPath{}
262 CrtBegin android.OptionalPath
263 CrtEnd android.OptionalPath
491 func (mod *Module) OutputFile() android.OptionalPath {
1032 func (mod *Module) HostToolPath() android.OptionalPath {
1034 return android.OptionalPath{}
1039 return android.OptionalPath{}
Dbuilder.go269 covFiles android.Paths, baseName string) android.OptionalPath {
283 return android.OptionalPath{}
Dbinary.go131 func (binary *binaryDecorator) coverageOutputZipPath() android.OptionalPath {
/build/soong/java/
Ddevice_host_converter.go118 android.OptionalPath{}, false, nil, nil)
127 android.OptionalPath{}, false, nil, []string{"META-INF/TRANSITIVE"})
Ddexpreopt.go164 var profileClassListing android.OptionalPath
165 var profileBootListing android.OptionalPath
Daar.go35 ExportedAssets() android.OptionalPath
96 noticeFile android.OptionalPath
97 assetPackage android.OptionalPath
131 func (a *aapt) ExportedAssets() android.OptionalPath {
611 func (a *AARImport) ExportedAssets() android.OptionalPath {
612 return android.OptionalPath{}
Dkotlin.go60 …otlinCommonSrcsList(ctx android.ModuleContext, commonSrcFiles android.Paths) android.OptionalPath {
71 return android.OptionalPath{}
Djava.go462 overrideManifest android.OptionalPath
638 aidl android.OptionalPath
655 coverageFile android.OptionalPath
821 func (j *Module) aidlFlags(ctx android.ModuleContext, aidlPreprocess android.OptionalPath,
877 aidlPreprocess android.OptionalPath
1524 TransformJarsToJar(ctx, combinedJar, "for resources", resourceJars, android.OptionalPath{},
1678 TransformJarsToJar(ctx, combinedJar, "for dex resources", jars, android.OptionalPath{},
1806 TransformJarsToJar(ctx, combinedJar, "for turbine", jars, android.OptionalPath{},
2455 func (j *Binary) HostToolPath() android.OptionalPath {
2626 TransformJarsToJar(ctx, outputFile, "for prebuilts", jars, android.OptionalPath{},

12