Home
last modified time | relevance | path

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

/system/libvintf/include-test/vintf/
DAssembleVintf.h51 virtual std::istream& addInputStream(const std::string& name, Istream&&) = 0;
/system/libvintf/test/
DAssembleVintfTest.cpp59 getInstance()->addInputStream(name, makeStream(s)); in addInput()
/system/libvintf/
DAssembleVintf.cpp716 std::istream& addInputStream(const std::string& name, Istream&& in) override { in addInputStream() function in android::vintf::AssembleVintfImpl
792 return static_cast<std::ifstream&>(addInputStream(path, std::make_unique<std::ifstream>(path))) in openInFile()