Searched refs:FileIsReadable (Results 1 – 5 of 5) sorted by relevance
51 virtual bool FileIsReadable(const std::string& path) const;
64 if (io_delegate_.FileIsReadable(path)) { in FindImportFile()
112 bool IoDelegate::FileIsReadable(const string& path) const { in FileIsReadable() function in android::aidl::IoDelegate
45 bool FileIsReadable(const std::string& path) const override;
69 bool FakeIoDelegate::FileIsReadable(const string& path) const { in FileIsReadable() function in android::aidl::test::FakeIoDelegate