Home
last modified time | relevance | path

Searched refs:InstallPathToOnDevicePath (Results 1 – 7 of 7) sorted by relevance

/build/soong/provenance/
Dprovenance_singleton.go105 onDevicePathOfInstalledFile := android.InstallPathToOnDevicePath(ctx, installedFile)
/build/soong/dexpreopt/
Dclass_loader_context.go307 devicePath = android.InstallPathToOnDevicePath(ctx, installPath.(android.InstallPath))
/build/soong/java/
Ddexpreopt.go373 dexLocation := android.InstallPathToOnDevicePath(ctx, d.installPath)
Dapp.go815 a.onDeviceDir = android.InstallPathToOnDevicePath(ctx, a.installDir)
953 symlinkTarget := android.InstallPathToOnDevicePath(ctx, installedLib)
/build/soong/cc/
Dbinary.go491 dirOnDevice := android.InstallPathToOnDevicePath(ctx, dir)
Dlibrary.go1748 dirOnDevice := android.InstallPathToOnDevicePath(ctx, dir)
/build/soong/android/
Dpaths.go1872 func InstallPathToOnDevicePath(ctx PathContext, path InstallPath) string { func