Home
last modified time | relevance | path

Searched refs:addBindMount (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/incremental/
DIncrementalService.h416 int addBindMount(IncFsMount& ifs, StorageId storage, std::string_view storageRoot,
DIncrementalService.cpp709 if (auto err = addBindMount(*ifs, storageIt->first, storageIt->second.name, in createStorage()
754 if (auto err = addBindMount(*ifs, storageIt->first, storageIt->second.name, in createLinkedStorage()
1083 return addBindMount(*ifs, storage, storageInfo->second.name, std::move(normSource), in bind()
1268 int IncrementalService::addBindMount(IncFsMount& ifs, StorageId storage, in addBindMount() function in android::incremental::IncrementalService