Searched refs:requested_access (Results 1 – 1 of 1) sorted by relevance
3836 Scheme_Object *requested_access = argv[2]; in sandbox_file_guard() local3863 while (!SCHEME_NULLP(requested_access)) in sandbox_file_guard()3865 Scheme_Object *item = SCHEME_CAR(requested_access); in sandbox_file_guard()3869 requested_access = SCHEME_CDR(requested_access); in sandbox_file_guard()