Lines Matching defs:PathDeps
422 type PathDeps struct { struct
423 DyLibs RustLibraries
424 RLibs RustLibraries
425 LibDeps android.Paths
426 WholeStaticLibs android.Paths
427 ProcMacros RustLibraries
428 AfdoProfiles android.Paths
431 depFlags []string
432 depLinkFlags []string
436 linkDirs []string
437 linkObjects android.Paths
440 depClangFlags []string
441 depIncludePaths android.Paths
442 depGeneratedHeaders android.Paths
443 depSystemIncludePaths android.Paths
445 CrtBegin android.Paths
446 CrtEnd android.Paths
449 SrcDeps android.Paths
450 srcProviderFiles android.Paths
466 compile(ctx ModuleContext, flags Flags, deps PathDeps) buildOutput
469 rustdoc(ctx ModuleContext, flags Flags, deps PathDeps) android.OptionalPath