Home
last modified time | relevance | path

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

/system/tools/aidl/
Dio_delegate.h49 virtual std::unique_ptr<std::string> GetFileContents(
Dparser.cpp32 unique_ptr<string> raw_buffer = io_delegate.GetFileContents(filename); in Parse()
Dio_delegate.cpp88 unique_ptr<string> IoDelegate::GetFileContents( in GetFileContents() function in android::aidl::IoDelegate
/system/tools/aidl/tests/
Dfake_io_delegate.h42 std::unique_ptr<std::string> GetFileContents(
Dfake_io_delegate.cpp44 unique_ptr<string> FakeIoDelegate::GetFileContents( in GetFileContents() function in android::aidl::test::FakeIoDelegate