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 584 const string volume_path = base::StringPrintf("/dev/ubi%d_0", volume_num); local
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());
    [all...]

Completed in 176 milliseconds