Home
last modified time | relevance | path

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

/system/update_engine/common/
Dutils.cc584 const string volume_path = base::StringPrintf("/dev/ubi%d_0", volume_num); in TryAttachingUbiVolume() local
585 if (FileExists(volume_path.c_str())) { in TryAttachingUbiVolume()
603 volume_path in TryAttachingUbiVolume()
608 while (timeout > 0 && !FileExists(volume_path.c_str())) { in TryAttachingUbiVolume()
613 return FileExists(volume_path.c_str()); in TryAttachingUbiVolume()