Searched refs:currentPath (Results 1 – 2 of 2) sorted by relevance
56 currentPath android.OptionalPath member67 return r.currentPath75 if !r.currentPath.Valid() {84 Input: r.currentPath.Path(),110 r.currentPath = android.OptionalPathForPath(android.PathForModuleSrc(ctx, "current.txt"))112 r.currentPath = android.ExistentPathForSource(ctx, ctx.ModuleDir(), "current.txt")
243 var currentPath android.OptionalPath249 if currentPath.Valid() {250 panic(fmt.Sprintf("Expecting only one path, but found %v %v", currentPath, t.getCurrentPath()))253 currentPath = t.getCurrentPath()264 if currentPath.Valid() {265 inputs = append(inputs, currentPath.Path())