Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/content/
DNativeLibraryHelper.java503 String libRelativeDir = getRelativePath(apkParent, libSubDir); in incrementalConfigureNativeBinariesForSupportedAbi()
517 private static String getRelativePath(File base, File target) { in getRelativePath() method in NativeLibraryHelper
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerSession.java2264 relLibPath = getRelativePath(archSubDir, packageInstallDir); in validateApkInstallLocked()
2437 private static String getRelativePath(File file, File base) throws IOException { in getRelativePath() method in PackageInstallerSession
2466 final String relativePath = getRelativePath(fromFile, fromDir); in linkFiles()
/frameworks/base/services/
Dart-profile24431 PLcom/android/server/pm/PackageInstallerSession;->getRelativePath(Ljava/io/File;Ljava/io/File;)Ljav…