Home
last modified time | relevance | path

Searched refs:IsMtd (Results 1 – 3 of 3) sorted by relevance

/system/update_engine/payload_consumer/
Dmtd_file_descriptor.h38 static bool IsMtd(const char* path);
Dmtd_file_descriptor.cc98 bool MtdFileDescriptor::IsMtd(const char* path) { in IsMtd() function in chromeos_update_engine::MtdFileDescriptor
Ddelta_performer.cc100 } else if (MtdFileDescriptor::IsMtd(path)) { in CreateFileDescriptor()
132 if (UbiFileDescriptor::IsUbi(path) || MtdFileDescriptor::IsMtd(path)) { in OpenFile()