Home
last modified time | relevance | path

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

/build/soong/provenance/
Dprovenance_singleton.go102 onDevicePathOfInstalledFile := android.InstallPathToOnDevicePath(ctx, installedFile)
/build/soong/java/
Ddexpreopt.go208 …return dexpreopt.OdexOnSystemOtherByName(moduleName(ctx), android.InstallPathToOnDevicePath(ctx, i…
243 dexLocation := android.InstallPathToOnDevicePath(ctx, d.installPath)
Dapp.go588 a.onDeviceDir = android.InstallPathToOnDevicePath(ctx, a.installDir)
/build/soong/dexpreopt/
Dclass_loader_context.go313 devicePath = android.InstallPathToOnDevicePath(ctx, installPath.(android.InstallPath))
/build/soong/cc/
Dbinary.go487 dirOnDevice := android.InstallPathToOnDevicePath(ctx, dir)
Dlibrary.go1837 dirOnDevice := android.InstallPathToOnDevicePath(ctx, dir)
/build/soong/apex/
Dbuilder.go289 apexPath := android.InstallPathToOnDevicePath(ctx, a.installDir.Join(ctx, a.Name()))
/build/soong/android/
Dpaths.go1796 func InstallPathToOnDevicePath(ctx PathContext, path InstallPath) string { func