Home | History | Annotate | Download | only in tests

Lines Matching refs:FakeIoDelegate

42 unique_ptr<string> FakeIoDelegate::GetFileContents(
58 unique_ptr<LineReader> FakeIoDelegate::GetLineReader(
68 bool FakeIoDelegate::FileIsReadable(const string& path) const {
72 bool FakeIoDelegate::CreatedNestedDirs(
79 std::unique_ptr<CodeWriter> FakeIoDelegate::GetCodeWriter(
89 void FakeIoDelegate::RemovePath(const std::string& file_path) const {
93 void FakeIoDelegate::SetFileContents(const string& filename,
98 void FakeIoDelegate::AddStubParcelable(const string& canonical_name,
114 void FakeIoDelegate::AddStubInterface(const string& canonical_name) {
122 void FakeIoDelegate::AddCompoundParcelable(const string& canonical_name,
134 void FakeIoDelegate::AddBrokenFilePath(const std::string& path) {
138 bool FakeIoDelegate::GetWrittenContents(const string& path, string* content) {
149 bool FakeIoDelegate::PathWasRemoved(const std::string& path) {
156 string FakeIoDelegate::CleanPath(const string& path) const {