Searched refs:FileIsReadable (Results 1 – 5 of 5) sorted by relevance
55 virtual bool FileIsReadable(const std::string& path) const;
83 if (io_delegate_.FileIsReadable(path + relative_path)) { in ScanImportPaths()
112 bool IoDelegate::FileIsReadable(const string& path) const { in FileIsReadable() function in android::aidl::IoDelegate
45 bool FileIsReadable(const std::string& path) const override;
60 bool FakeIoDelegate::FileIsReadable(const string& path) const { in FileIsReadable() function in android::aidl::test::FakeIoDelegate