Home
last modified time | relevance | path

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

/system/update_engine/common/
Dutils.h133 bool TryAttachingUbiVolume(int volume_num, int timeout);
Dutils.cc569 bool TryAttachingUbiVolume(int volume_num, int timeout) { in TryAttachingUbiVolume() function
/system/update_engine/payload_consumer/
Ddelta_performer.cc93 utils::TryAttachingUbiVolume(volume_no, kUbiVolumeAttachTimeout); in CreateFileDescriptor()