HomeSort by relevance Sort by last modified time
    Searched full:volume_path (Results 1 - 1 of 1) sorted by null

  /system/update_engine/common/
utils.cc 571 const string volume_path = base::StringPrintf("/dev/ubi%d_0", volume_num); local
572 if (FileExists(volume_path.c_str())) {
590 volume_path
595 while (timeout > 0 && !FileExists(volume_path.c_str())) {
600 return FileExists(volume_path.c_str());
    [all...]

Completed in 1050 milliseconds