Home
last modified time | relevance | path

Searched refs:check_caller_access_to_name (Results 1 – 1 of 1) sorted by relevance

/system/core/sdcard/
Dsdcard.c530 static bool check_caller_access_to_name(struct fuse* fuse, in check_caller_access_to_name() function
554 return check_caller_access_to_name(fuse, hdr, node->parent, node->name, mode); in check_caller_access_to_node()
814 if (!check_caller_access_to_name(fuse, hdr, parent_node, name, R_OK)) { in handle_lookup()
944 if (!check_caller_access_to_name(fuse, hdr, parent_node, name, W_OK)) { in handle_mknod()
973 if (!check_caller_access_to_name(fuse, hdr, parent_node, name, W_OK)) { in handle_mkdir()
1021 if (!check_caller_access_to_name(fuse, hdr, parent_node, name, W_OK)) { in handle_unlink()
1069 if (!check_caller_access_to_name(fuse, hdr, parent_node, name, W_OK)) { in handle_rmdir()
1125 if (!check_caller_access_to_name(fuse, hdr, old_parent_node, old_name, W_OK)) { in handle_rename()
1129 if (!check_caller_access_to_name(fuse, hdr, new_parent_node, new_name, W_OK)) { in handle_rename()