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