Home
last modified time | relevance | path

Searched refs:IsExtFilesystem (Results 1 – 4 of 4) sorted by relevance

/system/update_engine/payload_generator/
Ddelta_diff_generator.cc100 if (utils::IsExtFilesystem(new_part.path)) { in GenerateUpdatePayloadFile()
Dpayload_generation_config.cc57 if (utils::IsExtFilesystem(path)) { in OpenFilesystem()
/system/update_engine/common/
Dutils.h227 bool IsExtFilesystem(const std::string& device);
Dutils.cc823 bool IsExtFilesystem(const string& device) { in IsExtFilesystem() function