Searched refs:MAX_POLICY_NUM (Results 1 – 6 of 6) sorted by relevance
35 const size_t MAX_POLICY_NUM = 8; variable48 struct PathInfo pathInfos[MAX_POLICY_NUM];114 for (size_t offset = 0; offset < policyNum; offset += MAX_POLICY_NUM) { in SetSandboxPolicy()115 size_t curBatchSize = std::min(MAX_POLICY_NUM, policyNum - offset); in SetSandboxPolicy()134 offset / MAX_POLICY_NUM, errno); in SetSandboxPolicy()161 for (size_t offset = 0; offset < policyNum; offset += MAX_POLICY_NUM) { in QuerySandboxPolicy()162 size_t curBatchSize = std::min(MAX_POLICY_NUM, policyNum - offset); in QuerySandboxPolicy()176 offset / MAX_POLICY_NUM, errno); in QuerySandboxPolicy()218 offset / MAX_POLICY_NUM, errno); in CheckSandboxPolicy()264 offset / MAX_POLICY_NUM, errno); in UnSetSandboxPolicy()[all …]
141 if (*policyNum > MAX_POLICY_NUM) { in GetRemotePolicy()142 *policyNum = MAX_POLICY_NUM; in GetRemotePolicy()
63 #define MAX_POLICY_NUM 8 macro
330 if (*policyNum > MAX_POLICY_NUM) { in GetRemotePolicy()331 *policyNum = MAX_POLICY_NUM; in GetRemotePolicy()
46 #define MAX_POLICY_NUM 8 macro627 if (*policyNum > MAX_POLICY_NUM) { in GetRemotePolicy()628 *policyNum = MAX_POLICY_NUM; in GetRemotePolicy()
55 const size_t MAX_POLICY_NUM = 8; variable98 struct PathInfo pathInfos[MAX_POLICY_NUM];