OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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