Home
last modified time | relevance | path

Searched refs:currentPath (Results 1 – 2 of 2) sorted by relevance

/system/tools/hidl/build/
Dhidl_package_root.go43 currentPath android.OptionalPath member
51 return r.currentPath
60 r.currentPath = android.OptionalPathForPath(android.PathForModuleSrc(ctx, "current.txt"))
62 r.currentPath = android.ExistentPathForSource(ctx, ctx.ModuleDir(), "current.txt")
Dhidl_interface.go112 var currentPath android.OptionalPath
118 if currentPath.Valid() {
119 panic(fmt.Sprintf("Expecting only one path, but found %v %v", currentPath, t.getCurrentPath()))
122 currentPath = t.getCurrentPath()
131 if currentPath.Valid() {
132 inputs = append(inputs, currentPath.Path())