Lines Matching defs:PathDeps
361 type PathDeps struct { struct
362 DyLibs RustLibraries
363 RLibs RustLibraries
364 SharedLibs android.Paths
365 SharedLibDeps android.Paths
366 StaticLibs android.Paths
367 ProcMacros RustLibraries
370 depFlags []string
371 depLinkFlags []string
375 linkDirs []string
376 linkObjects []string
379 depClangFlags []string
380 depIncludePaths android.Paths
381 depGeneratedHeaders android.Paths
382 depSystemIncludePaths android.Paths
384 CrtBegin android.OptionalPath
385 CrtEnd android.OptionalPath
388 SrcDeps android.Paths
389 srcProviderFiles android.Paths
403 compile(ctx ModuleContext, flags Flags, deps PathDeps) android.Path
406 rustdoc(ctx ModuleContext, flags Flags, deps PathDeps) android.OptionalPath