Lines Matching defs:PathDeps
193 type PathDeps struct { struct
195 SharedLibs, EarlySharedLibs, LateSharedLibs android.Paths
197 SharedLibsDeps, EarlySharedLibsDeps, LateSharedLibsDeps android.Paths
199 StaticLibs, LateStaticLibs, WholeStaticLibs android.Paths
201 RustRlibDeps []RustRlibDep
204 TranstiveStaticLibrariesForOrdering depset.DepSet[android.Path]
207 Objs Objects
210 StaticLibObjs Objects
211 WholeStaticLibObjs Objects
215 WholeStaticLibsFromPrebuilts android.Paths
218 GeneratedSources android.Paths
219 GeneratedDeps android.Paths
221 Flags []string
222 LdFlags []string
223 IncludeDirs android.Paths
224 SystemIncludeDirs android.Paths
225 ReexportedDirs android.Paths
226 ReexportedSystemDirs android.Paths
227 ReexportedFlags []string
228 ReexportedGeneratedHeaders android.Paths
229 ReexportedDeps android.Paths
230 ReexportedRustRlibDeps []RustRlibDep
233 CrtBegin, CrtEnd android.Paths
236 DynamicLinker android.OptionalPath
240 DarwinSecondArchOutput android.OptionalPath
243 AidlLibraryInfos []aidl_library.AidlLibraryInfo
246 LlndkIncludeDirs android.Paths
247 LlndkSystemIncludeDirs android.Paths
249 directImplementationDeps android.Paths
250 transitiveImplementationDeps []depset.DepSet[android.Path]
605 GeneratorFlags(ctx ModuleContext, flags Flags, deps PathDeps) Flags
607 GeneratorBuildActions(ctx ModuleContext, flags Flags, deps PathDeps)
615 compilerFlags(ctx ModuleContext, flags Flags, deps PathDeps) Flags
621 compile(ctx ModuleContext, flags Flags, deps PathDeps) Objects
635 link(ctx ModuleContext, flags Flags, deps PathDeps, objs Objects) android.Path
2163 func buildComplianceMetadataInfo(ctx ModuleContext, c *Module, deps PathDeps) {