Home
last modified time | relevance | path

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

/system/tools/aidl/
Dio_delegate.h55 virtual bool FileIsReadable(const std::string& path) const;
Dimport_resolver.cpp83 if (io_delegate_.FileIsReadable(path + relative_path)) { in ScanImportPaths()
Dio_delegate.cpp112 bool IoDelegate::FileIsReadable(const string& path) const { in FileIsReadable() function in android::aidl::IoDelegate
/system/tools/aidl/tests/
Dfake_io_delegate.h45 bool FileIsReadable(const std::string& path) const override;
Dfake_io_delegate.cpp60 bool FakeIoDelegate::FileIsReadable(const string& path) const { in FileIsReadable() function in android::aidl::test::FakeIoDelegate