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.h36 static bool IsMtd(const char* path);
Dmtd_file_descriptor.cc99 bool MtdFileDescriptor::IsMtd(const char* path) { in IsMtd() function in chromeos_update_engine::MtdFileDescriptor
Ddelta_performer.cc98 } else if (MtdFileDescriptor::IsMtd(path)) { in CreateFileDescriptor()
122 if (UbiFileDescriptor::IsUbi(path) || MtdFileDescriptor::IsMtd(path)) { in OpenFile()