HomeSort by relevance Sort by last modified time
    Searched refs:is_read_only (Results 1 - 2 of 2) sorted by null

  /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 765 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";
    [all...]

Completed in 125 milliseconds