Searched refs:getRelativePath (Results 1 – 3 of 3) sorted by relevance
503 String libRelativeDir = getRelativePath(apkParent, libSubDir); in incrementalConfigureNativeBinariesForSupportedAbi()517 private static String getRelativePath(File base, File target) { in getRelativePath() method in NativeLibraryHelper
2264 relLibPath = getRelativePath(archSubDir, packageInstallDir); in validateApkInstallLocked()2437 private static String getRelativePath(File file, File base) throws IOException { in getRelativePath() method in PackageInstallerSession2466 final String relativePath = getRelativePath(fromFile, fromDir); in linkFiles()
24431 PLcom/android/server/pm/PackageInstallerSession;->getRelativePath(Ljava/io/File;Ljava/io/File;)Ljav…