Searched refs:check_caller_access_to_name (Results 1 – 1 of 1) sorted by relevance
/system/core/sdcard/ |
D | fuse.cpp | 312 static bool check_caller_access_to_name(struct fuse* fuse, in check_caller_access_to_name() function 336 return check_caller_access_to_name(fuse, hdr, node->parent, node->name, mode); in check_caller_access_to_node() 606 if (!check_caller_access_to_name(fuse, hdr, parent_node, name, R_OK)) { in handle_lookup() 741 if (!check_caller_access_to_name(fuse, hdr, parent_node, name, W_OK)) { in handle_mknod() 771 if (!check_caller_access_to_name(fuse, hdr, parent_node, name, W_OK)) { in handle_mkdir() 819 if (!check_caller_access_to_name(fuse, hdr, parent_node, name, W_OK)) { in handle_unlink() 869 if (!check_caller_access_to_name(fuse, hdr, parent_node, name, W_OK)) { in handle_rmdir() 929 if (!check_caller_access_to_name(fuse, hdr, old_parent_node, old_name, W_OK)) { in handle_rename() 933 if (!check_caller_access_to_name(fuse, hdr, new_parent_node, new_name, W_OK)) { in handle_rename()
|