Searched refs:check_caller_access_to_node (Results 1 – 1 of 1) sorted by relevance
/system/core/sdcard/ |
D | sdcard.c | 552 static bool check_caller_access_to_node(struct fuse* fuse, in check_caller_access_to_node() function 855 if (!check_caller_access_to_node(fuse, hdr, node, R_OK)) { in handle_getattr() 880 !check_caller_access_to_node(fuse, hdr, node, W_OK)) { in handle_setattr() 1208 if (!check_caller_access_to_node(fuse, hdr, node, in handle_open() 1379 if (!check_caller_access_to_node(fuse, hdr, node, R_OK)) { in handle_opendir() 1511 if (!check_caller_access_to_node(fuse, hdr, node, R_OK)) { in handle_canonical_path()
|