Home
last modified time | relevance | path

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

/system/tools/aidl/
Dgenerate_cpp_unittest.cpp103 io_delegate_.AddBrokenFilePath(header_path); in TEST_F()
116 io_delegate_.AddBrokenFilePath(kOutputPath); in TEST_F()
/system/tools/aidl/tests/
Dfake_io_delegate.h52 void AddBrokenFilePath(const std::string& path);
Dfake_io_delegate.cpp89 void FakeIoDelegate::AddBrokenFilePath(const std::string& path) { in AddBrokenFilePath() function in android::aidl::test::FakeIoDelegate