Home
last modified time | relevance | path

Searched refs:IsSettingErrno (Results 1 – 8 of 8) sorted by relevance

/system/update_engine/payload_consumer/
Dcached_file_descriptor.h59 bool IsSettingErrno() override { return fd_->IsSettingErrno(); } in IsSettingErrno() function
Dfile_descriptor.h101 virtual bool IsSettingErrno() = 0;
129 bool IsSettingErrno() override { return true; } in IsSettingErrno() function
Dfec_file_descriptor.h51 bool IsSettingErrno() override { return true; } in IsSettingErrno() function
Dcow_writer_file_descriptor.h57 bool IsSettingErrno() override;
Dfake_file_descriptor.h81 bool IsSettingErrno() override { return true; } in IsSettingErrno() function
Dcow_writer_file_descriptor.cc139 bool CowWriterFileDescriptor::IsSettingErrno() { in IsSettingErrno() function in chromeos_update_engine::CowWriterFileDescriptor
/system/core/fs_mgr/libsnapshot/
Dsnapshot_reader.h45 bool IsSettingErrno() override;
63 bool IsSettingErrno() override;
Dsnapshot_reader.cpp68 bool ReadFdFileDescriptor::IsSettingErrno() { in IsSettingErrno() function in android::snapshot::ReadFdFileDescriptor
319 bool CompressedSnapshotReader::IsSettingErrno() { in IsSettingErrno() function in android::snapshot::CompressedSnapshotReader