OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_read_only
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/chromeos/cros/
mount_library.h
48
bool
is_read_only
,
72
bool
is_read_only
() const { return is_read_only_; }
function in class:chromeos::MountLibrary::Disk
/external/bluetooth/glib/gio/
gunixmounts.c
113
gboolean
is_read_only
;
member in struct:_GUnixMountEntry
121
gboolean
is_read_only
;
member in struct:_GUnixMountPoint
397
mount_entry->
is_read_only
= TRUE;
470
mount_entry->
is_read_only
= TRUE;
536
mount_entry->
is_read_only
= (vmount_info->vmt_flags & MNT_READONLY) ? 1 : 0;
592
mount_entry->
is_read_only
= TRUE;
647
mount_entry->
is_read_only
= TRUE;
726
mount_entry->
is_read_only
= TRUE;
790
mount_entry->
is_read_only
= TRUE;
951
mount_entry->
is_read_only
= TRUE
[
all
...]
/external/v8/src/
runtime.cc
1110
bool
is_read_only
= (attributes & READ_ONLY) != 0;
local
[
all
...]
Completed in 68 milliseconds