OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thunk_size
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sandbox/win/src/
service_resolver_unittest.cc
107
size_t
thunk_size
= resolver->GetThunkSize();
local
108
scoped_ptr<char[]> thunk(new char[
thunk_size
]);
114
function_entry, thunk.get(),
thunk_size
,
117
EXPECT_EQ(
thunk_size
, used);
125
thunk.get(),
thunk_size
, &used);
246
size_t
thunk_size
= resolver->GetThunkSize();
local
247
scoped_ptr<char[]> thunk(new char[
thunk_size
]);
254
function_entry, thunk.get(),
thunk_size
,
261
function_entry, thunk.get(),
thunk_size
,
service_resolver_32.cc
268
size_t
thunk_size
= GetThunkSize();
local
273
thunk_size
, &written))
276
if (
thunk_size
!= written)
Completed in 44 milliseconds