Home
last modified time | relevance | path

Searched refs:depSystemIncludePaths (Results 1 – 3 of 3) sorted by relevance

/build/soong/rust/
Drust.go437 depSystemIncludePaths android.Paths member
1198 …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)
Dbindgen.go181 for _, include := range deps.depSystemIncludePaths {
Dlibrary.go800 …Snapshot(ctx, append(android.CopyOfPaths(deps.depIncludePaths), deps.depSystemIncludePaths...))...)