Home
last modified time | relevance | path

Searched refs:sourceStorageId (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/os/incremental/
DIIncrementalService.aidl100 …int makeLink(int sourceStorageId, in @utf8InCpp String sourcePath, int destStorageId, in @utf8InCp… in makeLink() argument
/frameworks/base/services/incremental/
DBinderIncrementalService.cpp248 binder::Status BinderIncrementalService::makeLink(int32_t sourceStorageId, in makeLink() argument
253 *_aidl_return = mImpl.link(sourceStorageId, sourcePath, destStorageId, destPath); in makeLink()
DBinderIncrementalService.h73 binder::Status makeLink(int32_t sourceStorageId, const std::string& sourcePath,
DIncrementalService.h180 int link(StorageId sourceStorageId, std::string_view oldPath, StorageId destStorageId,
DIncrementalService.cpp1255 int IncrementalService::link(StorageId sourceStorageId, std::string_view oldPath, in link() argument
1258 auto ifsSrc = getIfsLocked(sourceStorageId); in link()
1262 if (sourceStorageId != destStorageId && getIfsLocked(destStorageId) != ifsSrc) { in link()
1266 std::string normOldPath = normalizePathToStorage(*ifsSrc, sourceStorageId, oldPath); in link()