Home
last modified time | relevance | path

Searched refs:UbiVolumeInfo (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/payload_consumer/
Dmtd_file_descriptor.cc44 using chromeos_update_engine::UbiVolumeInfo;
49 std::unique_ptr<UbiVolumeInfo> GetUbiVolumeInfo(const string& path) { in GetUbiVolumeInfo()
56 std::unique_ptr<UbiVolumeInfo> ret; in GetUbiVolumeInfo()
84 ret.reset(new UbiVolumeInfo); in GetUbiVolumeInfo()
176 std::unique_ptr<UbiVolumeInfo> info = GetUbiVolumeInfo(path); in Open()
Dmtd_file_descriptor.h60 struct UbiVolumeInfo { struct