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

  /system/tools/aidl/
aidl_unittest.cpp 76 io_delegate_.SetFileContents(path, contents);
107 io_delegate_.SetFileContents("bar/IBar.aidl",
186 io_delegate_.SetFileContents("path", simple_content);
195 io_delegate_.SetFileContents("path", simple_content);
203 io_delegate_.SetFileContents("preprocessed", "interface another.IBar;");
204 io_delegate_.SetFileContents("one/IBar.aidl", "package one; "
223 io_delegate_.SetFileContents("p/Outer.aidl",
225 io_delegate_.SetFileContents("one/IBar.aidl", "package one; import p.Outer;"
241 io_delegate_.SetFileContents("p/Outer.aidl",
252 io_delegate_.SetFileContents("preprocessed"
    [all...]
generate_cpp_unittest.cpp     [all...]
  /system/tools/aidl/tests/
fake_io_delegate.cpp 93 void FakeIoDelegate::SetFileContents(const string& filename,
111 SetFileContents(rel_path, contents);
119 SetFileContents(rel_path, contents);
131 SetFileContents(rel_path, contents);
end_to_end_tests.cpp 84 io_delegate_.SetFileContents(options.input_file_name_, kInterfaceDefinition);
107 io_delegate_.SetFileContents(options.input_file_name_, kInterfaceDefinition);
131 io_delegate_.SetFileContents(options.input_file_name_, kInterfaceDefinitionOutlining);
155 io_delegate_.SetFileContents(input_path, kInterfaceDefinition);
180 io_delegate_.SetFileContents(input_path, kInterfaceDefinition);
204 io_delegate_.SetFileContents(input_path, kInterfaceDefinition);
fake_io_delegate.h 54 void SetFileContents(const std::string& filename,

Completed in 223 milliseconds