Home
last modified time | relevance | path

Searched defs:sourcePath (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/core/java/android/os/incremental/
H A DIncrementalStorage.java78 public void bind(@NonNull String sourcePath, @NonNull String targetPath) in bind()
109 public void bindPermanent(@NonNull String sourcePath, @NonNull String targetPath) in bindPermanent()
213 @NonNull String sourcePath, long rangeStart, long rangeEnd) throws IOException { in makeFileFromRange()
233 public void makeLink(@NonNull String sourcePath, IncrementalStorage destStorage, in makeLink()
293 public void moveDir(@NonNull String sourcePath, @NonNull String destPath) throws IOException { in moveDir()
H A DIIncrementalService.aidl65 …int makeBindMount(int storageId, in @utf8InCpp String sourcePath, in @utf8InCpp String targetFullP… in makeBindMount()
92 …ileFromRange(int storageId, in @utf8InCpp String targetPath, in @utf8InCpp String sourcePath, long… in makeFileFromRange()
100 …int makeLink(int sourceStorageId, in @utf8InCpp String sourcePath, int destStorageId, in @utf8InCp… in makeLink()
H A DIncrementalFileStorages.java194 final File sourcePath = new File(fromBase, relativePath); in makeLink() local
/aosp14/frameworks/base/tools/aapt/
H A DCrunchCache.cpp19 CrunchCache::CrunchCache(String8 sourcePath, String8 destPath, FileFinder* ff) in CrunchCache()
/aosp14/frameworks/base/services/incremental/
H A DBinderIncrementalService.cpp159 const std::string& sourcePath, in makeBindMount()
240 const std::string& sourcePath, in makeFileFromRange()
249 const std::string& sourcePath, in makeLink()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerServiceUtils.java1061 private static void copyFile(String sourcePath, File targetDir, String targetName) in copyFile()
H A DPackageInstallerSession.java1663 var sourcePath = source.getAbsolutePath(); in stageViaHardLink() local