Searched refs:getCurrentIncludePath (Results 1 – 2 of 2) sorted by relevance
49 func getCurrentIncludePath(ctx android.ModuleContext) android.InstallPath { func120 installDir := getCurrentIncludePath(ctx).Join(ctx, to, strippedHeaderDir)218 toOutputPath := getCurrentIncludePath(ctx).Join(ctx, String(m.properties.To))339 installDir := getCurrentIncludePath(ctx).Join(ctx, String(m.properties.To))
326 "-isystem "+getCurrentIncludePath(ctx).String(),327 "-isystem "+getCurrentIncludePath(ctx).Join(ctx, config.NDKTriple(tc)).String())