Home
last modified time | relevance | path

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

/system/tools/aidl/
Dio_delegate.h63 virtual void RemovePath(const std::string& file_path) const;
Dio_delegate.cpp181 void IoDelegate::RemovePath(const std::string& file_path) const { in RemovePath() function in android::aidl::IoDelegate
Dgenerate_cpp.cpp736 io_delegate.RemovePath(header_path); in WriteHeader()
799 io_delegate.RemovePath(options.OutputCppFilePath()); in GenerateCpp()
/system/tools/aidl/tests/
Dfake_io_delegate.h51 void RemovePath(const std::string& file_path) const override;
Dfake_io_delegate.cpp89 void FakeIoDelegate::RemovePath(const std::string& file_path) const { in RemovePath() function in android::aidl::test::FakeIoDelegate