Searched refs:volume_path (Results 1 – 1 of 1) sorted by relevance
584 const string volume_path = base::StringPrintf("/dev/ubi%d_0", volume_num); in TryAttachingUbiVolume() local585 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()