Home
last modified time | relevance | path

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

/system/tools/aidl/
Dio_delegate.h56 virtual bool FileIsReadable(const std::string& path) const;
Dimport_resolver.cpp67 if (io_delegate_.FileIsReadable(path)) { in FindImportFile()
Dio_delegate.cpp115 bool IoDelegate::FileIsReadable(const string& path) const { in FileIsReadable() function in android::aidl::IoDelegate
/system/tools/aidl/tests/
Dfake_io_delegate.h47 bool FileIsReadable(const std::string& path) const override;
Dfake_io_delegate.cpp70 bool FakeIoDelegate::FileIsReadable(const string& path) const { in FileIsReadable() function in android::aidl::test::FakeIoDelegate