Searched refs:check_caller_access_to_node (Results 1 – 1 of 1) sorted by relevance
/system/core/sdcard/ |
D | sdcard.c | 545 static bool check_caller_access_to_node(struct fuse* fuse, in check_caller_access_to_node() function 848 if (!check_caller_access_to_node(fuse, hdr, node, R_OK)) { in handle_getattr() 873 !check_caller_access_to_node(fuse, hdr, node, W_OK)) { in handle_setattr() 1201 if (!check_caller_access_to_node(fuse, hdr, node, in handle_open() 1366 if (!check_caller_access_to_node(fuse, hdr, node, R_OK)) { in handle_opendir()
|