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))
373 dexLocation := android.InstallPathToOnDevicePath(ctx, d.installPath)
815 a.onDeviceDir = android.InstallPathToOnDevicePath(ctx, a.installDir)953 symlinkTarget := android.InstallPathToOnDevicePath(ctx, installedLib)
491 dirOnDevice := android.InstallPathToOnDevicePath(ctx, dir)
1748 dirOnDevice := android.InstallPathToOnDevicePath(ctx, dir)
1872 func InstallPathToOnDevicePath(ctx PathContext, path InstallPath) string { func