Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/content/
H A DNativeLibraryHelper.java507 String libRelativeDir = getRelativePath(apkParent, libSubDir); in incrementalConfigureNativeBinariesForSupportedAbi()
521 private static String getRelativePath(File base, File target) { in getRelativePath() method in NativeLibraryHelper
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
H A DWidgetConfigure.java176 relativePath = LocalAlbum.getRelativePath(bucketId); in setChoosenAlbum()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DLocalAlbum.java298 public static String getRelativePath(int bucketId) { in getRelativePath() method in LocalAlbum
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerSession.java3166 relLibPath = getRelativePath(archSubDir, packageInstallDir); in validateApkInstallLocked()
3514 private static String getRelativePath(File file, File base) throws IOException { in getRelativePath() method in PackageInstallerSession
3557 final String relativePath = getRelativePath(fromFile, fromDir); in linkFiles()
/aosp12/frameworks/base/services/
H A Dart-profile30236 PLcom/android/server/pm/PackageInstallerSession;->getRelativePath(Ljava/io/File;Ljava/io/File;)Ljav…