Home
last modified time | relevance | path

Searched refs:setFileSystem (Results 1 – 4 of 4) sorted by relevance

/system/libvintf/
Dcheck_vintf.cpp386 .setFileSystem(std::make_unique<HostFileSystem>(dirmap, UNKNOWN_ERROR)) in checkAllFiles()
442 .setFileSystem(std::make_unique<HostFileSystem>(dirmap, NAME_NOT_FOUND)) in checkDirmaps()
DVintfObject.cpp981 VintfObject::Builder& VintfObject::Builder::setFileSystem(std::unique_ptr<FileSystem>&& e) { in setFileSystem() function in android::vintf::VintfObject::Builder
/system/libvintf/include/vintf/
DVintfObject.h349 Builder& setFileSystem(std::unique_ptr<FileSystem>&&);
/system/libvintf/test/
Dvintf_object_tests.cpp414 .setFileSystem(std::make_unique<NiceMock<MockFileSystem>>()) in SetUp()