Home
last modified time | relevance | path

Searched refs:getRelativePath (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/content/
DNativeLibraryHelper.java506 String libRelativeDir = getRelativePath(apkParent, libSubDir); in incrementalConfigureNativeBinariesForSupportedAbi()
520 private static String getRelativePath(File base, File target) { in getRelativePath() method in NativeLibraryHelper
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerSession.java3771 relLibPath = getRelativePath(archSubDir, packageInstallDir);
4278 private static String getRelativePath(File file, File base) throws IOException {
4323 final String relativePath = getRelativePath(fromFile, fromDir);