Searched refs:PathsForBazelOut (Results 1 – 2 of 2) sorted by relevance
379 includes := android.PathsForBazelOut(ctx, ccInfo.Includes)380 systemIncludes := android.PathsForBazelOut(ctx, ccInfo.SystemIncludes)
372 func PathsForBazelOut(ctx PathContext, paths []string) Paths { func