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