Searched defs:IsSettingErrno (Results 1 – 6 of 6) sorted by relevance
| /system/update_engine/payload_consumer/ | ||
| D | fec_file_descriptor.h | 51 bool IsSettingErrno() override { return true; } in IsSettingErrno() function |
| D | file_descriptor.h | 136 bool IsSettingErrno() override { return true; } in IsSettingErrno() function |
| D | fake_file_descriptor.h | 81 bool IsSettingErrno() override { return true; } in IsSettingErrno() function |
| D | cached_file_descriptor.h | 57 bool IsSettingErrno() override { return GetFd()->IsSettingErrno(); } in IsSettingErrno() function |
| D | cow_writer_file_descriptor.cc | 147 bool CowWriterFileDescriptor::IsSettingErrno() { in IsSettingErrno() function in chromeos_update_engine::CowWriterFileDescriptor |
| /system/core/fs_mgr/libsnapshot/ | ||
| D | snapshot_reader.cpp | 68 bool ReadFdFileDescriptor::IsSettingErrno() { in IsSettingErrno() function in android::snapshot::ReadFdFileDescriptor |