Searched defs:sourcePath (Results 1 – 5 of 5) sorted by relevance
| /frameworks/base/core/java/android/os/incremental/ |
| D | IncrementalStorage.java | 73 public void bind(@NonNull String sourcePath, @NonNull String targetPath) in bind() 104 public void bindPermanent(@NonNull String sourcePath, @NonNull String targetPath) in bindPermanent() 207 @NonNull String sourcePath, long rangeStart, long rangeEnd) throws IOException { in makeFileFromRange() 227 public void makeLink(@NonNull String sourcePath, IncrementalStorage destStorage, in makeLink() 287 public void moveDir(@NonNull String sourcePath, @NonNull String destPath) throws IOException { in moveDir()
|
| D | IIncrementalService.aidl | 50 …int makeBindMount(int storageId, in @utf8InCpp String sourcePath, in @utf8InCpp String targetFullP… in makeBindMount() 77 …ileFromRange(int storageId, in @utf8InCpp String targetPath, in @utf8InCpp String sourcePath, long… in makeFileFromRange() 85 …int makeLink(int sourceStorageId, in @utf8InCpp String sourcePath, int destStorageId, in @utf8InCp… in makeLink()
|
| /frameworks/base/tools/aapt/ |
| D | CrunchCache.cpp | 19 CrunchCache::CrunchCache(String8 sourcePath, String8 destPath, FileFinder* ff) in CrunchCache()
|
| /frameworks/base/services/incremental/ |
| D | BinderIncrementalService.cpp | 148 const std::string& sourcePath, in makeBindMount() 218 const std::string& sourcePath, in makeFileFromRange() 227 const std::string& sourcePath, in makeLink()
|
| /frameworks/base/services/core/java/com/android/server/pm/ |
| D | PackageManagerServiceUtils.java | 938 private static void copyFile(String sourcePath, File targetDir, String targetName) in copyFile()
|