Searched defs:is_read_only (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/glib/gio/
H A Dgunixmounts.c113 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
[all...]
/external/v8/src/
H A Druntime.cc765 bool is_read_only = (attributes & READ_ONLY) != 0; local
772 if (is_local && (is_read_only || is_const_property)) {
773 const char* type = (is_read_only) ? "const" : "var";
783 if (is_local && (is_read_only || is_const_property)) {
784 const char* type = (is_read_only) ? "const" : "var";

Completed in 56 milliseconds