Home
last modified time | relevance | path

Searched defs:targetPath (Results 1 – 15 of 15) sorted by relevance

/aosp14/frameworks/base/core/java/android/os/incremental/
H A DIncrementalStorage.java66 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 DIIncrementalService.aidl92 …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 DIdmapDaemon.java123 String createIdmap(@NonNull String targetPath, @NonNull String overlayPath, in createIdmap()
153 boolean verifyIdmap(@NonNull String targetPath, @NonNull String overlayPath, in verifyIdmap()
H A DIdmapManager.java110 final String targetPath = targetPackage.getSplits().get(0).getPath(); in createIdmap() local
/aosp14/frameworks/base/core/jni/
H A Dcom_android_internal_content_om_OverlayConfig.cpp32 static jobjectArray createIdmap(JNIEnv* env, jclass /*clazz*/, jstring targetPath, in createIdmap()
H A Dcom_android_internal_content_om_OverlayManagerImpl.cpp124 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 DOverlayManagerServiceImplTestsBase.java482 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 DOverlayConfig.java427 final String targetPath = "/system/framework/framework-res.apk"; in createImmutableFrameworkIdmapsInZygote() local
477 private static native String[] createIdmap(@NonNull String targetPath, in createIdmap()
H A DOverlayManagerImpl.java388 private static native void createIdmapFile( in createIdmapFile()
/aosp14/frameworks/base/cmds/idmap2/self_targeting/
H A DSelfTargeting.cpp130 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 DDynamicCodeLoggerIntegrationTests.java316 File targetPath = new File(ourPath.toString() in testGeneratesEvents_spoofed_otherAppFile() local
/aosp14/frameworks/base/core/java/com/android/internal/content/
H A DNativeLibraryHelper.java523 final Path targetPath = target.toPath(); in getRelativePath() local
/aosp14/frameworks/base/services/incremental/
H A DBinderIncrementalService.cpp239 const std::string& targetPath, in makeFileFromRange()
/aosp14/frameworks/base/libs/androidfw/
H A DAssetManager.cpp255 String8 targetPath; in addOverlayPath() local
H A DResourceTypes.cpp7282 const char* targetPath, const char* overlayPath, in createIdmap()