HomeSort by relevance Sort by last modified time
    Searched refs:IoDelegate (Results 1 - 16 of 16) sorted by null

  /system/tools/aidl/
aidl.h 49 const IoDelegate& io_delegate);
51 const IoDelegate& io_delegate);
53 const IoDelegate& io_delegate);
62 const IoDelegate& io_delegate,
67 bool parse_preprocessed_file(const IoDelegate& io_delegate,
io_delegate.h 32 class IoDelegate {
34 IoDelegate() = default;
35 virtual ~IoDelegate() = default;
66 DISALLOW_COPY_AND_ASSIGN(IoDelegate);
67 }; // class IoDelegate
import_resolver.h 32 ImportResolver(const IoDelegate& io_delegate,
41 const IoDelegate& io_delegate_;
io_delegate_unittest.cpp 30 EXPECT_FALSE(IoDelegate::GetAbsolutePath("", &absolute_path));
36 EXPECT_TRUE(IoDelegate::GetAbsolutePath("foo", &absolute_path));
main_cpp.cpp 40 android::aidl::IoDelegate io_delegate;
io_delegate.cpp 44 bool IoDelegate::GetAbsolutePath(const string& path, string* absolute_path) {
83 unique_ptr<string> IoDelegate::GetFileContents(
105 unique_ptr<LineReader> IoDelegate::GetLineReader(
110 bool IoDelegate::FileIsReadable(const string& path) const {
120 bool IoDelegate::CreatedNestedDirs(
149 bool IoDelegate::CreatePathForFile(const string& path) const {
176 unique_ptr<CodeWriter> IoDelegate::GetCodeWriter(
181 void IoDelegate::RemovePath(const std::string& file_path) const {
main_java.cpp 40 android::aidl::IoDelegate io_delegate;
generate_cpp.h 35 const IoDelegate& io_delegate);
generate_java.h 37 const IoDelegate& io_delegate, const JavaOptions& options);
import_resolver.cpp 33 ImportResolver::ImportResolver(const IoDelegate& io_delegate,
generate_java.cpp 59 const IoDelegate& io_delegate, const JavaOptions& options) {
aidl.cpp 82 if (!IoDelegate::GetAbsolutePath(filename, &fn)) {
269 const IoDelegate& io_delegate,
297 const IoDelegate& io_delegate) {
500 bool parse_preprocessed_file(const IoDelegate& io_delegate,
552 const IoDelegate& io_delegate,
682 const IoDelegate& io_delegate) {
708 const IoDelegate& io_delegate) {
754 const IoDelegate& io_delegate) {
aidl_language.cpp 22 using android::aidl::IoDelegate;
157 Parser::Parser(const IoDelegate& io_delegate)
aidl_language.h 396 explicit Parser(const android::aidl::IoDelegate& io_delegate);
427 const android::aidl::IoDelegate& io_delegate_;
generate_cpp.cpp 787 const IoDelegate& io_delegate,
846 const IoDelegate& io_delegate) {
  /system/tools/aidl/tests/
fake_io_delegate.h 34 class FakeIoDelegate : public IoDelegate {
39 // Overrides from the real IoDelegate
73 // Normally, writing to files leaves the IoDelegate unchanged, so

Completed in 208 milliseconds