Searched refs:InstallPathToOnDevicePath (Results 1 – 7 of 7) sorted by relevance
105 onDevicePathOfInstalledFile := android.InstallPathToOnDevicePath(ctx, installedFile)
307 devicePath = android.InstallPathToOnDevicePath(ctx, installPath.(android.InstallPath))
491 dirOnDevice := android.InstallPathToOnDevicePath(ctx, dir)
1747 dirOnDevice := android.InstallPathToOnDevicePath(ctx, dir)
375 dexLocation := android.InstallPathToOnDevicePath(ctx, d.installPath)
916 a.onDeviceDir = android.InstallPathToOnDevicePath(ctx, a.installDir)1054 symlinkTarget := android.InstallPathToOnDevicePath(ctx, installedLib)
2123 func InstallPathToOnDevicePath(ctx PathContext, path InstallPath) string { func