Searched refs:addBindMount (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/incremental/ |
D | IncrementalService.h | 416 int addBindMount(IncFsMount& ifs, StorageId storage, std::string_view storageRoot,
|
D | IncrementalService.cpp | 709 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
|