Home
last modified time | relevance | path

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

/system/update_engine/common/
Dutils.cc570 const string volume_path = base::StringPrintf("/dev/ubi%d_0", volume_num); in TryAttachingUbiVolume() local
571 if (FileExists(volume_path.c_str())) { in TryAttachingUbiVolume()
584 cmd = {"ubiblock", "--create", volume_path}; in TryAttachingUbiVolume()
588 while (timeout > 0 && !FileExists(volume_path.c_str())) { in TryAttachingUbiVolume()
593 return FileExists(volume_path.c_str()); in TryAttachingUbiVolume()