/aosp12/frameworks/base/core/java/android/os/incremental/ |
H A D | IncrementalStorage.java | 65 public void bind(@NonNull String targetPath) throws IOException { in bind() 77 public void bind(@NonNull String sourcePath, @NonNull String targetPath) in bind() 97 public void bindPermanent(@NonNull String targetPath) throws IOException { in bindPermanent() 108 public void bindPermanent(@NonNull String sourcePath, @NonNull String targetPath) in bindPermanent() 126 public void unBind(@NonNull String targetPath) throws IOException { in unBind()
|
H A D | IIncrementalService.aidl | 92 …int makeFileFromRange(int storageId, in @utf8InCpp String targetPath, in @utf8InCpp String sourceP… in makeFileFromRange()
|
/aosp12/frameworks/base/services/core/java/com/android/server/om/ |
H A D | IdmapDaemon.java | 114 String createIdmap(@NonNull String targetPath, @NonNull String overlayPath, in createIdmap() 129 boolean verifyIdmap(@NonNull String targetPath, @NonNull String overlayPath, in verifyIdmap()
|
H A D | IdmapManager.java | 87 final String targetPath = targetPackage.getBaseApkPath(); in createIdmap() local
|
/aosp12/frameworks/base/core/java/com/android/internal/content/om/ |
H A D | OverlayConfig.java | 375 final String targetPath = "/system/framework/framework-res.apk"; in createImmutableFrameworkIdmapsInZygote() local 406 private static native String[] createIdmap(@NonNull String targetPath, in createIdmap()
|
/aosp12/frameworks/base/core/jni/ |
H A D | com_android_internal_content_om_OverlayConfig.cpp | 32 static jobjectArray createIdmap(JNIEnv* env, jclass /*clazz*/, jstring targetPath, in createIdmap()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/om/ |
H A D | OverlayManagerServiceImplTestsBase.java | 446 String createIdmap(String targetPath, String overlayPath, String overlayName, in createIdmap() 459 boolean verifyIdmap(String targetPath, String overlayPath, String overlayName, int policies, in verifyIdmap() 504 final String targetPath; field in OverlayManagerServiceImplTestsBase.FakeIdmapDaemon.IdmapHeader 509 private IdmapHeader(int targetCrc, int overlayCrc, String targetPath, in IdmapHeader()
|
/aosp12/frameworks/base/core/java/com/android/internal/content/ |
H A D | NativeLibraryHelper.java | 524 final Path targetPath = target.toPath(); in getRelativePath() local
|
/aosp12/frameworks/base/tests/DynamicCodeLoggerIntegrationTests/src/com/android/server/pm/dex/ |
H A D | DynamicCodeLoggerIntegrationTests.java | 306 File targetPath = new File(ourPath.toString() in testGeneratesEvents_spoofed_otherAppFile() local
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
H A D | MenuExecutor.java | 350 public void startSingleItemAction(int action, Path targetPath) { in startSingleItemAction()
|
/aosp12/frameworks/base/services/incremental/ |
H A D | BinderIncrementalService.cpp | 236 const std::string& targetPath, in makeFileFromRange()
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/services/ |
H A D | CopyJob.java | 880 final Path targetPath = findDocumentPath(wrap(getClient(target)), targetUri); in isRecursiveCopy() local
|
/aosp12/system/incremental_delivery/incfs/include/ |
H A D | incfs_inline.h | 233 std::string_view targetPath) { in link()
|
/aosp12/frameworks/base/libs/androidfw/ |
H A D | AssetManager.cpp | 255 String8 targetPath; in addOverlayPath() local
|
H A D | ResourceTypes.cpp | 7245 const char* targetPath, const char* overlayPath, in createIdmap()
|