Home
last modified time | relevance | path

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

/system/tools/aidl/
Dio_delegate.h56 virtual void RemovePath(const std::string& file_path) const;
Dio_delegate.cpp188 void IoDelegate::RemovePath(const std::string& file_path) const { in RemovePath() function in android::aidl::IoDelegate
Dgenerate_cpp.cpp1142 io_delegate.RemovePath(header_path); in WriteHeader()
1179 io_delegate.RemovePath(output_file); in GenerateCppInterface()
/system/tools/aidl/tests/
Dfake_io_delegate.h48 void RemovePath(const std::string& file_path) const override;
Dfake_io_delegate.cpp83 void FakeIoDelegate::RemovePath(const std::string& file_path) const { in RemovePath() function in android::aidl::test::FakeIoDelegate