• Home
  • Raw
  • Download

Lines Matching defs:PathContext

35 type PathContext interface {  interface
219 func reportPathError(ctx PathContext, err error) {
226 func ReportPathErrorf(ctx PathContext, format string, args ...interface{}) {
240 func pathContextName(ctx PathContext, module blueprint.Module) string {
307 ReplaceExtension(ctx PathContext, ext string) OutputPath
491 func PathsForSource(ctx PathContext, paths []string) Paths {
1284 func safePathForSource(ctx PathContext, pathComponents ...string) (SourcePath, error) {
1301 func pathForSource(ctx PathContext, pathComponents ...string) (SourcePath, error) {
1336 func PathForSource(ctx PathContext, pathComponents ...string) SourcePath {
1364 func PathForArbitraryOutput(ctx PathContext, pathComponents ...string) WritablePath {
1377 func MaybeExistentPathForSource(ctx PathContext, pathComponents ...string) SourcePath {
1546 func pathForBuildToolDep(ctx PathContext, path string) toolDepPath {
1553 func PathForOutput(ctx PathContext, pathComponents ...string) OutputPath {
1564 func PathsForOutput(ctx PathContext, paths []string) WritablePaths {
1612 func PathForIntermediates(ctx PathContext, paths ...string) OutputPath {
2032 func pathForPartitionInstallDir(ctx PathContext, partition, partitionPath string, makePath bool) In…
2051 func pathForInstall(ctx PathContext, os OsType, arch ArchType, partition string,
2091 func PathForNdkInstall(ctx PathContext, paths ...string) OutputPath {
2095 func PathForMainlineSdksInstall(ctx PathContext, paths ...string) InstallPath {
2100 func PathForSuiteInstall(ctx PathContext, suite string, pathComponents ...string) InstallPath {
2104 func InstallPathToOnDevicePath(ctx PathContext, path InstallPath) string {
2249 func PathForPhony(ctx PathContext, phony string) WritablePath {
2452 func Rel(ctx PathContext, basePath string, targetPath string) string {
2463 func MaybeRel(ctx PathContext, basePath string, targetPath string) (string, bool) {
2602 func ToRelativeSourcePath(ctx PathContext, path string) string {