Home
last modified time | relevance | path

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

/system/tools/aidl/
Dgenerate_cpp_unittest.cpp138 ASSERT_TRUE(io_delegate_.PathWasRemoved(header_path)); in TEST_F()
150 ASSERT_TRUE(io_delegate_.PathWasRemoved(kOutputPath)); in TEST_F()
/system/tools/aidl/tests/
Dfake_io_delegate.h68 bool PathWasRemoved(const std::string& path);
Dfake_io_delegate.cpp163 bool FakeIoDelegate::PathWasRemoved(const std::string& path) { in PathWasRemoved() function in android::aidl::test::FakeIoDelegate