OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_dlls
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sandbox/win/src/
interception_unittest.cc
25
//
num_dlls
(out): count of the dlls on the buffer.
28
void WalkBuffer(void* buffer, size_t size, int*
num_dlls
, int* num_functions,
33
*
num_dlls
= *num_functions = *num_names = 0;
72
(*
num_dlls
)++;
153
int
num_dlls
, num_functions, num_names;
local
154
WalkBuffer(local_buffer.get(), buffer_size, &
num_dlls
, &num_functions,
160
EXPECT_EQ(6,
num_dlls
);
203
int
num_dlls
, num_functions, num_names;
local
204
WalkBuffer(local_buffer.get(), buffer_size, &
num_dlls
, &num_functions,
207
EXPECT_EQ(3,
num_dlls
);
[
all
...]
interception.cc
190
int
num_dlls
= 0;
local
225
++
num_dlls
;
228
shared_memory->num_intercepted_dlls =
num_dlls
;
Completed in 303 milliseconds