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

  /system/update_engine/common/
utils.cc 652 int read_only_flag; local
654 int rc = ioctl(fd, BLKROGET, &read_only_flag);
656 if (rc == 0 && read_only_flag == expected_flag)
    [all...]

Completed in 828 milliseconds