Home | History | Annotate | Download | only in common

Lines Matching full:volume_path

584   const string volume_path = base::StringPrintf("/dev/ubi%d_0", volume_num);
585 if (FileExists(volume_path.c_str())) {
603 volume_path
608 while (timeout > 0 && !FileExists(volume_path.c_str())) {
613 return FileExists(volume_path.c_str());