Home
last modified time | relevance | path

Searched refs:policy_sz (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/sandbox/win/src/
Dpolicy_engine_unittest.cc41 const size_t policy_sz = 1024; in TEST() local
42 PolicyBuffer* policy = reinterpret_cast<PolicyBuffer*>(new char[policy_sz]); in TEST()
43 OpcodeFactory opcode_maker(policy, policy_sz - 0x40); in TEST()