Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/provenance/
H A Dprovenance_singleton.go105 onDevicePathOfInstalledFile := android.InstallPathToOnDevicePath(ctx, installedFile)
/aosp_15_r20/build/soong/dexpreopt/
H A Dclass_loader_context.go307 devicePath = android.InstallPathToOnDevicePath(ctx, installPath.(android.InstallPath))
/aosp_15_r20/build/soong/cc/
H A Dbinary.go491 dirOnDevice := android.InstallPathToOnDevicePath(ctx, dir)
H A Dlibrary.go1747 dirOnDevice := android.InstallPathToOnDevicePath(ctx, dir)
/aosp_15_r20/build/soong/java/
H A Ddexpreopt.go375 dexLocation := android.InstallPathToOnDevicePath(ctx, d.installPath)
H A Dapp.go916 a.onDeviceDir = android.InstallPathToOnDevicePath(ctx, a.installDir)
1054 symlinkTarget := android.InstallPathToOnDevicePath(ctx, installedLib)
/aosp_15_r20/build/soong/android/
H A Dpaths.go2123 func InstallPathToOnDevicePath(ctx PathContext, path InstallPath) string { func