Searched refs:destStorageId (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/os/incremental/ |
D | IIncrementalService.aidl | 100 …int makeLink(int sourceStorageId, in @utf8InCpp String sourcePath, int destStorageId, in @utf8InCp… in makeLink() argument
|
/frameworks/base/services/incremental/ |
D | BinderIncrementalService.cpp | 250 int32_t destStorageId, in makeLink() argument 253 *_aidl_return = mImpl.link(sourceStorageId, sourcePath, destStorageId, destPath); in makeLink()
|
D | BinderIncrementalService.h | 74 int32_t destStorageId, const std::string& destPath,
|
D | IncrementalService.h | 180 int link(StorageId sourceStorageId, std::string_view oldPath, StorageId destStorageId,
|
D | IncrementalService.cpp | 1256 StorageId destStorageId, std::string_view newPath) { in link() argument 1262 if (sourceStorageId != destStorageId && getIfsLocked(destStorageId) != ifsSrc) { in link() 1267 std::string normNewPath = normalizePathToStorage(*ifsSrc, destStorageId, newPath); in link()
|