Lines Matching defs:PathDeps
245 type PathDeps struct { struct
246 DyLibs RustLibraries
247 RLibs RustLibraries
248 SharedLibs android.Paths
249 StaticLibs android.Paths
250 ProcMacros RustLibraries
251 linkDirs []string
252 depFlags []string
256 depClangFlags []string
257 depIncludePaths android.Paths
258 depSystemIncludePaths android.Paths
260 coverageFiles android.Paths
262 CrtBegin android.OptionalPath
263 CrtEnd android.OptionalPath
266 SrcDeps android.Paths
279 compile(ctx ModuleContext, flags Flags, deps PathDeps) android.Path