HomeSort by relevance Sort by last modified time
    Searched refs:kMaxServiceCount (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/sandbox/win/src/
policy_low_level.h 43 const size_t kMaxServiceCount = 32;
44 COMPILE_ASSERT(IPC_LAST_TAG <= kMaxServiceCount, kMaxServiceCount_is_too_low);
72 PolicyBuffer* entry[kMaxServiceCount];
policy_target.cc 30 DCHECK_NT(static_cast<size_t>(ipc_id) < kMaxServiceCount);
34 if (static_cast<size_t>(ipc_id) >= kMaxServiceCount)
target_process.cc 29 for (size_t i = 0; i < sandbox::kMaxServiceCount; i++) {
policy_low_level.cc 80 if (service >= kMaxServiceCount) {

Completed in 119 milliseconds