Home
last modified time | relevance | path

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

123

/aosp12/build/soong/android/
H A Dnotices.go31 Merged OptionalPath
32 TxtOutput OptionalPath
33 HtmlOutput OptionalPath
34 HtmlGzOutput OptionalPath
H A Dpaths.go263 type OptionalPath struct { struct
271 return OptionalPath{}
303 func (p OptionalPath) RelativeToTop() OptionalPath {
1045 return OptionalPath{}
1050 return OptionalPath{}
1056 return OptionalPath{}
1059 return OptionalPath{}
1095 return OptionalPath{}
1105 return OptionalPath{}
1108 return OptionalPath{}
[all …]
H A Dprebuilt_build_tool.go41 toolPath OptionalPath
96 func (t *prebuiltBuildTool) HostToolPath() OptionalPath {
/aosp12/build/soong/rust/
H A Dcompiler.go170 distFile android.OptionalPath
172 strippedOutputFile android.OptionalPath
187 func (compiler *baseCompiler) coverageOutputZipPath() android.OptionalPath {
279 deps PathDeps) android.OptionalPath {
281 return android.OptionalPath{}
288 func (compiler *baseCompiler) CargoOutDir() android.OptionalPath {
296 func (compiler *baseCompiler) strippedOutputFilePath() android.OptionalPath {
H A Drust.go128 unstrippedOutputFile android.OptionalPath
129 docTimestampFile android.OptionalPath
250 func (mod *Module) Toc() android.OptionalPath {
253 return android.OptionalPath{}
384 CrtBegin android.OptionalPath
385 CrtEnd android.OptionalPath
410 CargoOutDir() android.OptionalPath
425 strippedOutputFilePath() android.OptionalPath
607 func (mod *Module) OutputFile() android.OptionalPath {
1269 return android.OptionalPath{}
[all …]
H A Dprebuilt.go107 deps PathDeps) android.OptionalPath {
109 return android.OptionalPath{}
/aosp12/build/soong/cc/
H A Dlinkable.go113 OutputFile() android.OptionalPath
125 Toc() android.OptionalPath
312 TableOfContents android.OptionalPath
313 CoverageSharedLibrary android.OptionalPath
H A Dinstaller.go102 func (installer *baseInstaller) hostToolPath() android.OptionalPath {
103 return android.OptionalPath{}
H A Dbinary.go92 toolPath android.OptionalPath
105 coverageOutputFile android.OptionalPath
473 func (binary *binaryDecorator) coverageOutputFilePath() android.OptionalPath {
508 var preferredArchSymlinkPath android.OptionalPath
530 func (binary *binaryDecorator) hostToolPath() android.OptionalPath {
H A Dvendor_snapshot.go32 android.OptionalPath{},
41 android.OptionalPath{},
50 android.OptionalPath{},
77 snapshotZipFile android.OptionalPath
H A Dbuilder.go734 …crtBegin, crtEnd android.OptionalPath, groupLate bool, flags builderFlags, outputFile android.Writ… argument
815 baseName, exportedHeaderFlags string, symbolFile android.OptionalPath, argument
816 excludedSymbolVersions, excludedSymbolTags []string) android.OptionalPath {
875 …e, exportedHeaderFlags string, checkAllApis, isLlndk, isNdk, isVndkExt bool) android.OptionalPath {
1039 inputs Objects, baseName string) android.OptionalPath {
1054 return android.OptionalPath{}
H A Dobject.go271 func (object *objectLinker) coverageOutputFilePath() android.OptionalPath {
272 return android.OptionalPath{}
H A Dcc.go180 CrtBegin, CrtEnd android.OptionalPath
183 LinkerFlagsFile android.OptionalPath
186 DynamicLinker android.OptionalPath
558 coverageOutputFilePath() android.OptionalPath
580 hostToolPath() android.OptionalPath
808 outputFile android.OptionalPath
842 func (c *Module) Toc() android.OptionalPath {
1019 return android.OptionalPath{}
1665 c.outputFile = android.OptionalPath{}
2606 depFile := android.OptionalPath{}
[all …]
H A Dprebuilt.go357 h.module.outputFile = android.OptionalPath{}
415 toolPath android.OptionalPath
420 func (p *prebuiltBinaryLinker) hostToolPath() android.OptionalPath {
/aosp12/hardware/interfaces/compatibility_matrices/build/
H A Dvintf_compatibility_matrix.go117 func (g *vintfCompatibilityMatrixRule) getSchema(ctx android.ModuleContext) android.OptionalPath {
122 return android.OptionalPath{}
128 return android.OptionalPath{}
/aosp12/build/soong/python/
H A Dbinary.go153 IntermPathForModuleOut() android.OptionalPath
188 depsSrcsZips android.Paths) android.OptionalPath {
195 var launcherPath android.OptionalPath
H A Dpython.go166 installSource android.OptionalPath
185 depsSrcsZips android.Paths) android.OptionalPath
312 func (p *Module) HostToolPath() android.OptionalPath {
315 return android.OptionalPath{}
/aosp12/system/tools/hidl/build/
H A Dhidl_package_root.go56 currentPath android.OptionalPath
66 func (r *hidlPackageRoot) getCurrentPath() android.OptionalPath {
/aosp12/build/soong/java/
H A Daar.go36 ExportedAssets() android.OptionalPath
105 noticeFile android.OptionalPath
106 assetPackage android.OptionalPath
151 func (a *aapt) ExportedAssets() android.OptionalPath {
689 func (a *AARImport) ExportedAssets() android.OptionalPath {
690 return android.OptionalPath{}
H A Dbootclasspath_fragment.go736 Stub_flags_path android.OptionalPath
739 Annotation_flags_path android.OptionalPath
742 Metadata_path android.OptionalPath
745 Index_path android.OptionalPath
748 All_flags_path android.OptionalPath
814 copyOptionalPath := func(path android.OptionalPath, property string) {
H A Ddevice_host_converter.go119 android.OptionalPath{}, false, nil, nil)
128 android.OptionalPath{}, false, nil, []string{"META-INF/TRANSITIVE"})
H A Ddexpreopt.go189 var profileClassListing android.OptionalPath
190 var profileBootListing android.OptionalPath
H A Dkotlin.go61 …otlinCommonSrcsList(ctx android.ModuleContext, commonSrcFiles android.Paths) android.OptionalPath {
74 return android.OptionalPath{}
/aosp12/system/sepolicy/build/soong/
H A Dcil_compat_map.go84 func expandTopHalf(ctx android.ModuleContext) android.OptionalPath {
85 var topHalf android.OptionalPath
/aosp12/build/soong/sysprop/
H A Dsysprop_library.go132 latestApiFile android.OptionalPath
133 currentApiFile android.OptionalPath
231 func (m *syspropLibrary) CurrentSyspropApiFile() android.OptionalPath {

123