OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_intercepted_dlls
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/sandbox/win/src/
interception_internal.h
50
int
num_intercepted_dlls
;
member in struct:sandbox::SharedMemory
interception_agent.cc
43
size_t array_bytes = g_interceptions->
num_intercepted_dlls
* sizeof(void*);
58
for (int i = 0 ; i < shared_memory->
num_intercepted_dlls
; i++)
89
for (; i < interceptions_->
num_intercepted_dlls
; i++) {
98
if (i == interceptions_->
num_intercepted_dlls
)
135
for (int i = 0; i < interceptions_->
num_intercepted_dlls
; i++) {
interception_unittest.cc
39
for (int i = 0; i < memory->
num_intercepted_dlls
; i++) {
interception.cc
228
shared_memory->
num_intercepted_dlls
= num_dlls;
Completed in 99 milliseconds