Searched refs:GetFileNameIfAllowedToAccess (Results 1 – 4 of 4) sorted by relevance
49 bool GetFileNameIfAllowedToAccess(const char* requested_filename,
50 bool BrokerPolicy::GetFileNameIfAllowedToAccess( in GetFileNameIfAllowedToAccess() function in sandbox::syscall_broker::BrokerPolicy
66 !broker_policy_.GetFileNameIfAllowedToAccess(pathname, flags, NULL)) { in PathAndFlagsSyscall()
100 const bool safe_to_access_file = policy.GetFileNameIfAllowedToAccess( in AccessFileForIPC()