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

  /external/chromium_org/sandbox/win/src/
policy_broker.cc 27 SANDBOX_INTERCEPT NtExports g_nt; member in namespace:sandbox
30 g_nt.member = reinterpret_cast<Nt##member##Function>( \
32 if (NULL == g_nt.member) \
36 g_nt.member = reinterpret_cast<member##Function>( \
38 if (NULL == g_nt.member) \
79 for (size_t i = 0; i < sizeof(g_nt)/sizeof(void*); i++)
80 DCHECK(reinterpret_cast<char**>(&g_nt)[i]);
82 return (SBOX_ALL_OK == child->TransferVariable("g_nt", &g_nt, sizeof(g_nt)));
    [all...]
sandbox_nt_util.cc 14 SANDBOX_INTERCEPT NtExports g_nt = { NULL }; member in namespace:sandbox
22 using sandbox::g_nt;
41 ret = g_nt.AllocateVirtualMemory(NtCurrentProcess, &base, zero_bits,
46 VERIFY_SUCCESS(g_nt.FreeVirtualMemory(NtCurrentProcess, &base, &size,
60 ret = g_nt.AllocateVirtualMemory(NtCurrentProcess, &base, zero_bits,
64 VERIFY_SUCCESS(g_nt.FreeVirtualMemory(NtCurrentProcess, &base, &size,
73 using sandbox::g_nt;
85 ret = g_nt.AllocateVirtualMemory(NtCurrentProcess, &base, 0, &actual_size,
92 ret = g_nt.AllocateVirtualMemory(NtCurrentProcess, &base, 0, &actual_size,
121 NTSTATUS ret = g_nt.MapViewOfSection(g_shared_section, NtCurrentProcess
    [all...]
target_interceptions.cc 14 SANDBOX_INTERCEPT NtExports g_nt; member in namespace:sandbox
62 g_nt.UnmapViewOfSection(process, *base);
interception_agent.cc 29 SANDBOX_INTERCEPT NtExports g_nt; member in namespace:sandbox
67 current_name.Length = static_cast<USHORT>(g_nt.wcslen(dll_info->dll_name) *
74 !g_nt.RtlCompareUnicodeString(&current_name, full_path, case_insensitive))
78 !g_nt.RtlCompareUnicodeString(&current_name, name, case_insensitive))
128 VERIFY_SUCCESS(g_nt.ProtectVirtualMemory(NtCurrentProcess, &to_protect,
167 g_nt.strlen(function->function) + 1;
policy_engine_opcodes.cc 30 SANDBOX_INTERCEPT NtExports g_nt; member in namespace:sandbox
277 int source_len = static_cast<int>(g_nt.wcslen(source_str));
321 if (0 == g_nt.RtlCompareUnicodeString(&match_ustr, &source_ustr,
336 if (0 == g_nt.RtlCompareUnicodeString(&match_ustr, &source_ustr,
policy_target.cc 23 SANDBOX_INTERCEPT NtExports g_nt; member in namespace:sandbox
policy_opcodes_unittest.cc 13 g_nt.##member = reinterpret_cast<##member##Function>( \
15 if (NULL == g_nt.##member) \
20 SANDBOX_INTERCEPT NtExports g_nt; member in namespace:sandbox
process_thread_interception.cc 18 SANDBOX_INTERCEPT NtExports g_nt; member in namespace:sandbox
424 NTSTATUS result = g_nt.RtlCreateUserThread(NtCurrentProcess, sd,
interceptors_64.cc 20 SANDBOX_INTERCEPT NtExports g_nt; member in namespace:sandbox

Completed in 100 milliseconds