Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/os/incremental/
H A DIIncrementalService.aidl100 …int makeLink(int sourceStorageId, in @utf8InCpp String sourcePath, int destStorageId, in @utf8InCp… in makeLink() argument
/aosp12/frameworks/base/services/incremental/
H A DBinderIncrementalService.cpp245 binder::Status BinderIncrementalService::makeLink(int32_t sourceStorageId, in makeLink() argument
250 *_aidl_return = mImpl.link(sourceStorageId, sourcePath, destStorageId, destPath); in makeLink()
H A DBinderIncrementalService.h73 binder::Status makeLink(int32_t sourceStorageId, const std::string& sourcePath,
H A DIncrementalService.h180 int link(StorageId sourceStorageId, std::string_view oldPath, StorageId destStorageId,
H A DIncrementalService.cpp1235 int IncrementalService::link(StorageId sourceStorageId, std::string_view oldPath, in link() argument
1238 auto ifsSrc = getIfsLocked(sourceStorageId); in link()
1242 if (sourceStorageId != destStorageId && getIfsLocked(destStorageId) != ifsSrc) { in link()
1246 std::string normOldPath = normalizePathToStorage(*ifsSrc, sourceStorageId, oldPath); in link()