Searched refs:mIfs (Results 1 – 1 of 1) sorted by relevance
372 mIfs->setParams({.readLogsEnabled = enabled}); in updateReadLogsState()389 mIfs = ifs; in onCreate()434 const base::unique_fd incfsFd(mIfs->openForSpecialOps(fileId).release()); in onPrepareImage()541 auto res = mIfs->writeBlocks({blocks->data(), blocks->size()}); in flashToIncFs()661 CHECK(mIfs); in onPendingReadsWithUid()841 writeFd.reset(this->mIfs->openForSpecialOps(fileId).release()); in receiver()871 auto res = this->mIfs->writeBlocks(instructions); in writeInstructions()926 android::dataloader::FilesystemConnectorPtr mIfs = nullptr; member in android::__anon5cfad2040111::PMSCDataLoader