Home
last modified time | relevance | path

Searched refs:toAdd (Results 1 – 3 of 3) sorted by relevance

/system/libvintf/
DManifestHal.cpp195 FqInstance toAdd; in insertInstance() local
196 if (!toAdd.setTo(this->getName(), e.getMajorVersion(), minorVer, e.getInterface(), in insertInstance()
206 mAdditionalInstances.emplace(std::move(toAdd), this->transportArch, this->format, in insertInstance()
/system/libvintf/include/vintf/
DHalManifest.h160 bool shouldAdd(const ManifestHal& toAdd, std::string* error) const;
161 bool shouldAddXmlFile(const ManifestXmlFile& toAdd) const override;
/system/core/fs_mgr/libsnapshot/
Dcow_writer.cpp231 std::queue<CowOperation> toAdd; in OpenForAppend() local