Home
last modified time | relevance | path

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

/system/tools/aidl/
Dgenerate_cpp_unittest.cpp133 io_delegate_.AddBrokenFilePath(header_path); in TEST_F()
147 io_delegate_.AddBrokenFilePath(kOutputPath); in TEST_F()
/system/tools/aidl/tests/
Dfake_io_delegate.h61 void AddBrokenFilePath(const std::string& path);
Dfake_io_delegate.cpp140 void FakeIoDelegate::AddBrokenFilePath(const std::string& path) { in AddBrokenFilePath() function in android::aidl::test::FakeIoDelegate