Searched refs:getRelativePath (Results 1 – 1 of 1) sorted by relevance
1304 relLibPath = getRelativePath(archSubDir, packageInstallDir); in validateInstallLocked()1374 private static String getRelativePath(File file, File base) throws IOException { in getRelativePath() method in PackageInstallerSession1403 final String relativePath = getRelativePath(fromFile, fromDir); in linkFiles()