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

  /system/core/sdcard/
sdcard.c 556 const char* name, int mode, bool has_rw) {
584 return has_rw;
592 const struct fuse_in_header *hdr, const struct node* node, int mode, bool has_rw) {
593 return check_caller_access_to_name(fuse, hdr, node->parent, node->name, mode, has_rw);
924 bool has_rw; local
930 has_rw = get_caller_has_rw_locked(fuse, hdr);
939 if (!check_caller_access_to_node(fuse, hdr, node, W_OK, has_rw)) {
987 bool has_rw; local
994 has_rw = get_caller_has_rw_locked(fuse, hdr);
1005 if (!check_caller_access_to_name(fuse, hdr, parent_node, name, W_OK, has_rw)) {
1018 bool has_rw; local
1068 bool has_rw; local
1097 bool has_rw; local
1127 bool has_rw; local
1219 bool has_rw; local
    [all...]
  /external/qemu/qapi-auto-generated/
qapi-types.h 3215 bool has_rw; member in struct:BlockdevOptionsVVFAT
    [all...]

Completed in 147 milliseconds