Home
last modified time | relevance | path

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

123

/build/soong/android/
Dnotices.go31 Merged OptionalPath
32 TxtOutput OptionalPath
33 HtmlOutput OptionalPath
34 HtmlGzOutput OptionalPath
Dpaths.go263 type OptionalPath struct { struct
269 func OptionalPathForPath(path Path) OptionalPath {
271 return OptionalPath{}
273 return OptionalPath{valid: true, path: path}
277 func (p OptionalPath) Valid() bool { argument
283 func (p OptionalPath) Path() Path { argument
294 func (p OptionalPath) AsPaths() Paths { argument
303 func (p OptionalPath) RelativeToTop() OptionalPath { argument
312 func (p OptionalPath) String() string { argument
1041 func ExistentPathForSource(ctx PathContext, pathComponents ...string) OptionalPath {
[all …]
Dprebuilt_build_tool.go41 toolPath OptionalPath
96 func (t *prebuiltBuildTool) HostToolPath() OptionalPath {
/build/soong/cc/
Dlinkable.go113 OutputFile() android.OptionalPath
125 Toc() android.OptionalPath
312 TableOfContents android.OptionalPath
313 CoverageSharedLibrary android.OptionalPath
Dinstaller.go102 func (installer *baseInstaller) hostToolPath() android.OptionalPath {
103 return android.OptionalPath{}
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 {
Dvendor_snapshot.go32 android.OptionalPath{},
41 android.OptionalPath{},
50 android.OptionalPath{},
77 snapshotZipFile android.OptionalPath
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{}
Dobject.go271 func (object *objectLinker) coverageOutputFilePath() android.OptionalPath {
272 return android.OptionalPath{}
Dprebuilt.go357 h.module.outputFile = android.OptionalPath{}
415 toolPath android.OptionalPath
420 func (p *prebuiltBinaryLinker) hostToolPath() android.OptionalPath {
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 {
993 func (c *Module) OutputFile() android.OptionalPath {
1015 func (c *Module) CoverageOutputFile() android.OptionalPath {
1019 return android.OptionalPath{}
[all …]
/build/soong/rust/
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 {
Dprebuilt.go107 deps PathDeps) android.OptionalPath {
109 return android.OptionalPath{}
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
406 rustdoc(ctx ModuleContext, flags Flags, deps PathDeps) android.OptionalPath
410 CargoOutDir() android.OptionalPath
425 strippedOutputFilePath() android.OptionalPath
607 func (mod *Module) OutputFile() android.OptionalPath {
[all …]
/build/soong/python/
Dbinary.go153 IntermPathForModuleOut() android.OptionalPath
188 depsSrcsZips android.Paths) android.OptionalPath {
195 var launcherPath android.OptionalPath
Dpython.go166 installSource android.OptionalPath
185 depsSrcsZips android.Paths) android.OptionalPath
312 func (p *Module) HostToolPath() android.OptionalPath {
315 return android.OptionalPath{}
/build/soong/java/
Ddevice_host_converter.go119 android.OptionalPath{}, false, nil, nil)
128 android.OptionalPath{}, false, nil, []string{"META-INF/TRANSITIVE"})
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) {
Daar.go36 ExportedAssets() android.OptionalPath
105 noticeFile android.OptionalPath
106 assetPackage android.OptionalPath
151 func (a *aapt) ExportedAssets() android.OptionalPath {
677 func (a *AARImport) ExportedAssets() android.OptionalPath {
678 return android.OptionalPath{}
Ddexpreopt.go189 var profileClassListing android.OptionalPath
190 var profileBootListing android.OptionalPath
Dkotlin.go61 …otlinCommonSrcsList(ctx android.ModuleContext, commonSrcFiles android.Paths) android.OptionalPath {
74 return android.OptionalPath{}
/build/soong/bloaty/
Dbloaty.go66 func MeasureSizeForPaths(ctx android.ModuleContext, paths ...android.OptionalPath) { argument
/build/soong/dexpreopt/
Dtesting.go29 func (m *fakeToolBinary) HostToolPath() android.OptionalPath {
Dconfig.go119 ManifestPath android.OptionalPath
124 ProfileClassListing android.OptionalPath
126 ProfileBootListing android.OptionalPath
/build/soong/sysprop/
Dsysprop_library.go132 latestApiFile android.OptionalPath
133 currentApiFile android.OptionalPath
231 func (m *syspropLibrary) CurrentSyspropApiFile() android.OptionalPath {

123