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 665 int read_only_flag; local
667 int rc = ioctl(fd, BLKROGET, &read_only_flag);
669 if (rc == 0 && read_only_flag == expected_flag)
    [all...]

Completed in 55 milliseconds