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 | 129 bool IsSettingErrno() override { return true; } in IsSettingErrno() function |
D | cached_file_descriptor.h | 59 bool IsSettingErrno() override { return fd_->IsSettingErrno(); } in IsSettingErrno() function |
D | fake_file_descriptor.h | 81 bool IsSettingErrno() override { return true; } in IsSettingErrno() function |
D | cow_writer_file_descriptor.cc | 139 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 |