Searched refs:IsMtd (Results 1 – 3 of 3) sorted by relevance
36 static bool IsMtd(const char* path);
99 bool MtdFileDescriptor::IsMtd(const char* path) { in IsMtd() function in chromeos_update_engine::MtdFileDescriptor
98 } else if (MtdFileDescriptor::IsMtd(path)) { in CreateFileDescriptor()122 if (UbiFileDescriptor::IsUbi(path) || MtdFileDescriptor::IsMtd(path)) { in OpenFile()