Searched refs:FileIsReadable (Results 1 – 5 of 5) sorted by relevance
56 virtual bool FileIsReadable(const std::string& path) const;
67 if (io_delegate_.FileIsReadable(path)) { in FindImportFile()
115 bool IoDelegate::FileIsReadable(const string& path) const { in FileIsReadable() function in android::aidl::IoDelegate
47 bool FileIsReadable(const std::string& path) const override;
70 bool FakeIoDelegate::FileIsReadable(const string& path) const { in FileIsReadable() function in android::aidl::test::FakeIoDelegate