Lines Matching defs:PathDeps
486 type PathDeps struct { struct
487 DyLibs RustLibraries
488 RLibs RustLibraries
489 SharedLibs android.Paths
490 SharedLibDeps android.Paths
491 StaticLibs android.Paths
492 ProcMacros RustLibraries
493 AfdoProfiles android.Paths
494 LinkerDeps android.Paths
497 depFlags []string
498 depLinkFlags []string
501 reexportedCcRlibDeps []cc.RustRlibDep
502 reexportedWholeCcRlibDeps []cc.RustRlibDep
503 ccRlibDeps []cc.RustRlibDep
507 linkDirs []string
508 rustLibObjects []string
509 staticLibObjects []string
510 wholeStaticLibObjects []string
511 sharedLibObjects []string
516 exportedLinkDirs []string
519 depClangFlags []string
520 depIncludePaths android.Paths
521 depGeneratedHeaders android.Paths
522 depSystemIncludePaths android.Paths
524 CrtBegin android.Paths
525 CrtEnd android.Paths
528 SrcDeps android.Paths
529 srcProviderFiles android.Paths
531 directImplementationDeps android.Paths
532 transitiveImplementationDeps []depset.DepSet[android.Path]
1246 func buildComplianceMetadataInfo(ctx *moduleContext, mod *Module, deps PathDeps) {