Home
last modified time | relevance | path

Searched refs:RemovePath (Results 1 – 5 of 5) sorted by relevance

/system/tools/aidl/
Dio_delegate.h61 virtual void RemovePath(const std::string& file_path) const;
Dio_delegate.cpp190 void IoDelegate::RemovePath(const std::string& file_path) const { in RemovePath() function in android::aidl::IoDelegate
Dgenerate_cpp.cpp1427 io_delegate.RemovePath(header_path); in WriteHeader()
1461 io_delegate.RemovePath(output_file); in GenerateCppInterface()
/system/tools/aidl/tests/
Dfake_io_delegate.h50 void RemovePath(const std::string& file_path) const override;
Dfake_io_delegate.cpp84 void FakeIoDelegate::RemovePath(const std::string& file_path) const { in RemovePath() function in android::aidl::test::FakeIoDelegate