/aosp14/frameworks/base/core/java/android/os/incremental/ |
H A D | IncrementalStorage.java | 66 public void bind(@NonNull String targetPath) throws IOException { in bind() 78 public void bind(@NonNull String sourcePath, @NonNull String targetPath) in bind() 98 public void bindPermanent(@NonNull String targetPath) throws IOException { in bindPermanent() 109 public void bindPermanent(@NonNull String sourcePath, @NonNull String targetPath) in bindPermanent() 127 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()
|
/aosp14/frameworks/base/services/core/java/com/android/server/om/ |
H A D | IdmapDaemon.java | 123 String createIdmap(@NonNull String targetPath, @NonNull String overlayPath, in createIdmap() 153 boolean verifyIdmap(@NonNull String targetPath, @NonNull String overlayPath, in verifyIdmap()
|
H A D | IdmapManager.java | 110 final String targetPath = targetPackage.getSplits().get(0).getPath(); in createIdmap() local
|
/aosp14/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()
|
H A D | com_android_internal_content_om_OverlayManagerImpl.cpp | 124 bool callCreateIdmapFile(std::string& out_error, const std::string& targetPath, in callCreateIdmapFile() 314 const ScopedUtfChars targetPath(env, jsTargetPath); in CreateIdmapFile() local
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/om/ |
H A D | OverlayManagerServiceImplTestsBase.java | 482 String createIdmap(String targetPath, String overlayPath, String overlayName, in createIdmap() 495 boolean verifyIdmap(String targetPath, String overlayPath, String overlayName, int policies, in verifyIdmap() 540 final String targetPath; field in OverlayManagerServiceImplTestsBase.FakeIdmapDaemon.IdmapHeader 545 private IdmapHeader(int targetCrc, int overlayCrc, String targetPath, in IdmapHeader()
|
/aosp14/frameworks/base/core/java/com/android/internal/content/om/ |
H A D | OverlayConfig.java | 427 final String targetPath = "/system/framework/framework-res.apk"; in createImmutableFrameworkIdmapsInZygote() local 477 private static native String[] createIdmap(@NonNull String targetPath, in createIdmap()
|
H A D | OverlayManagerImpl.java | 388 private static native void createIdmapFile( in createIdmapFile()
|
/aosp14/frameworks/base/cmds/idmap2/self_targeting/ |
H A D | SelfTargeting.cpp | 130 CreateIdmapFile(std::string& out_err, const std::string& targetPath, const std::string& overlayPath, in CreateIdmapFile()
|
/aosp14/frameworks/base/tests/DynamicCodeLoggerIntegrationTests/src/com/android/server/pm/dex/ |
H A D | DynamicCodeLoggerIntegrationTests.java | 316 File targetPath = new File(ourPath.toString() in testGeneratesEvents_spoofed_otherAppFile() local
|
/aosp14/frameworks/base/core/java/com/android/internal/content/ |
H A D | NativeLibraryHelper.java | 523 final Path targetPath = target.toPath(); in getRelativePath() local
|
/aosp14/frameworks/base/services/incremental/ |
H A D | BinderIncrementalService.cpp | 239 const std::string& targetPath, in makeFileFromRange()
|
/aosp14/frameworks/base/libs/androidfw/ |
H A D | AssetManager.cpp | 255 String8 targetPath; in addOverlayPath() local
|
H A D | ResourceTypes.cpp | 7282 const char* targetPath, const char* overlayPath, in createIdmap()
|