OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FileIsReadable
(Results
1 - 5
of
5
) sorted by null
/system/tools/aidl/
import_resolver.cpp
61
if (io_delegate_.
FileIsReadable
(path)) {
io_delegate.h
52
virtual bool
FileIsReadable
(const std::string& path) const;
io_delegate.cpp
110
bool IoDelegate::
FileIsReadable
(const string& path) const {
/system/tools/aidl/tests/
fake_io_delegate.h
45
bool
FileIsReadable
(const std::string& path) const override;
fake_io_delegate.cpp
68
bool FakeIoDelegate::
FileIsReadable
(const string& path) const {
Completed in 109 milliseconds