Searched defs:sourcePath (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/core/java/android/os/incremental/ |
H A D | IncrementalStorage.java | 78 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 D | IIncrementalService.aidl | 65 …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 D | IncrementalFileStorages.java | 194 final File sourcePath = new File(fromBase, relativePath); in makeLink() local
|
/aosp14/frameworks/base/tools/aapt/ |
H A D | CrunchCache.cpp | 19 CrunchCache::CrunchCache(String8 sourcePath, String8 destPath, FileFinder* ff) in CrunchCache()
|
/aosp14/frameworks/base/services/incremental/ |
H A D | BinderIncrementalService.cpp | 159 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 D | PackageManagerServiceUtils.java | 1061 private static void copyFile(String sourcePath, File targetDir, String targetName) in copyFile()
|
H A D | PackageInstallerSession.java | 1663 var sourcePath = source.getAbsolutePath(); in stageViaHardLink() local
|