Home
last modified time | relevance | path

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

/build/soong/java/
Ddexpreopt_bootjars.go213 oatLocation := pathtools.ReplaceExtension(dexpreopt.PathToLocation(outputPath, arch), "oat")
412 …FlagWithArg("--image=", dexpreopt.PathToLocation(image.images[arch], arch)).Implicit(image.images[…
/build/soong/dexpreopt/
Ddexpreopt.go226 bootImageLocation = PathToLocation(bootImage, arch)
557 func PathToLocation(path android.Path, arch android.ArchType) string { func