Searched refs:depSystemIncludePaths (Results 1 – 3 of 3) sorted by relevance
437 depSystemIncludePaths android.Paths member1198 …depPaths.depSystemIncludePaths = append(depPaths.depSystemIncludePaths, exportedInfo.SystemInclude…1221 …depPaths.depSystemIncludePaths = append(depPaths.depSystemIncludePaths, exportedInfo.SystemInclude…1234 …depPaths.depSystemIncludePaths = append(depPaths.depSystemIncludePaths, exportedInfo.SystemInclude…1317 depPaths.depSystemIncludePaths = android.FirstUniquePaths(depPaths.depSystemIncludePaths)
181 for _, include := range deps.depSystemIncludePaths {
800 …Snapshot(ctx, append(android.CopyOfPaths(deps.depIncludePaths), deps.depSystemIncludePaths...))...)