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()543 auto res = mIfs->writeBlocks({blocks->data(), blocks->size()}); in flashToIncFs()663 CHECK(mIfs); in onPendingReadsWithUid()843 writeFd.reset(this->mIfs->openForSpecialOps(fileId).release()); in receiver()873 auto res = this->mIfs->writeBlocks(instructions); in writeInstructions()928 android::dataloader::FilesystemConnectorPtr mIfs = nullptr; member in android::__anon9ef61c320110::PMSCDataLoader