Searched refs:SBOX_ALL_OK (Results 1 - 25 of 35) sorted by relevance

12

/external/chromium_org/sandbox/win/src/
H A Dhandle_interception.cc32 if (SBOX_ALL_OK != code)
41 return SBOX_ALL_OK;
H A Dapp_container_unittest.cc22 EXPECT_EQ(SBOX_ALL_OK, CreateAppContainer(kValidSid, kName));
25 EXPECT_EQ(SBOX_ALL_OK, DeleteAppContainer(kValidSid));
44 EXPECT_EQ(SBOX_ALL_OK,
53 EXPECT_EQ(SBOX_ALL_OK,
H A Dapp_container_test.cc81 EXPECT_EQ(SBOX_ALL_OK,
84 EXPECT_EQ(SBOX_ALL_OK, runner.GetPolicy()->SetCapability(capability));
85 EXPECT_EQ(SBOX_ALL_OK, runner.GetPolicy()->SetAppContainer(kAppContainerSid));
91 EXPECT_EQ(SBOX_ALL_OK,
105 EXPECT_EQ(SBOX_ALL_OK,
108 EXPECT_EQ(SBOX_ALL_OK, runner.GetPolicy()->SetAppContainer(kAppContainerSid));
114 EXPECT_EQ(SBOX_ALL_OK,
123 EXPECT_EQ(SBOX_ALL_OK, runner.GetPolicy()->SetAppContainer(kAppContainerSid));
H A Dsandbox_policy_base.cc173 return SBOX_ALL_OK;
190 return SBOX_ALL_OK;
198 return SBOX_ALL_OK;
236 return SBOX_ALL_OK;
241 if (SBOX_ALL_OK != result)
252 if (SBOX_ALL_OK != result)
266 return SBOX_ALL_OK;
270 if (SBOX_ALL_OK != result)
279 return SBOX_ALL_OK;
296 return SBOX_ALL_OK;
[all...]
H A Dprocess_mitigations_test.cc126 EXPECT_EQ(policy->SetProcessMitigations(mitigations), SBOX_ALL_OK);
130 EXPECT_EQ(policy->SetDelayedProcessMitigations(mitigations), SBOX_ALL_OK);
195 SBOX_ALL_OK);
224 SBOX_ALL_OK);
240 SBOX_ALL_OK);
243 sandbox::SBOX_ALL_OK);
H A Dsandbox_types.h12 SBOX_ALL_OK = 0, enumerator in enum:sandbox::ResultCode
H A Dtarget_services.cc72 return SBOX_ALL_OK;
120 if (SBOX_ALL_OK != code) {
146 if (SBOX_ALL_OK != code) {
H A Dapp_container.cc74 return SBOX_ALL_OK;
90 return SBOX_ALL_OK;
117 operation_result = SBOX_ALL_OK;
142 operation_result = SBOX_ALL_OK;
H A Dbroker_services.cc136 return SBOX_ALL_OK;
198 BOOL res = ::TerminateJobObject(tracker->job, SBOX_ALL_OK);
341 ResultCode result = SBOX_ALL_OK;
354 if (SBOX_ALL_OK != result)
376 if (SBOX_ALL_OK != result)
421 if (SBOX_ALL_OK != result)
496 return SBOX_ALL_OK;
502 return SBOX_ALL_OK;
545 return SBOX_ALL_OK;
560 return SBOX_ALL_OK;
[all...]
H A Dpolicy_target_test.cc240 ResultCode result = SBOX_ALL_OK;
252 EXPECT_EQ(SBOX_ALL_OK, result);
253 if (result == SBOX_ALL_OK)
303 ResultCode result = SBOX_ALL_OK;
315 EXPECT_EQ(SBOX_ALL_OK, result);
316 if (result == SBOX_ALL_OK)
H A Dprocess_thread_interception.cc75 if (SBOX_ALL_OK != code)
153 if (SBOX_ALL_OK != code)
198 if (SBOX_ALL_OK != code)
243 if (SBOX_ALL_OK != code)
307 if (SBOX_ALL_OK != code)
389 if (SBOX_ALL_OK != code)
H A Dwindow.cc52 return SBOX_ALL_OK;
112 return SBOX_ALL_OK;
H A Dhandle_inheritance_test.cc37 EXPECT_EQ(SBOX_ALL_OK, runner.GetPolicy()->SetStdoutHandle(file_handle));
H A Dnamed_pipe_interception.cc57 if (SBOX_ALL_OK != code)
H A Dtarget_process.cc239 return SBOX_ALL_OK;
286 if (SBOX_ALL_OK != ret) {
294 if (SBOX_ALL_OK != ret) {
302 if (SBOX_ALL_OK != ret) {
H A Dfilesystem_interception.cc72 if (SBOX_ALL_OK != code)
140 if (SBOX_ALL_OK != code)
208 if (SBOX_ALL_OK != code)
269 if (SBOX_ALL_OK != code)
348 if (SBOX_ALL_OK != code)
H A Dregistry_interception.cc68 if (SBOX_ALL_OK != code)
125 if (SBOX_ALL_OK != code)
H A Dsync_interception.cc94 if (code != SBOX_ALL_OK) {
146 if (code != SBOX_ALL_OK) {
H A Dpolicy_broker.cc83 return (SBOX_ALL_OK == child->TransferVariable("g_nt", &g_nt, sizeof(g_nt)));
H A Dhandle_policy_test.cc44 return (result == SBOX_ALL_OK) ? SBOX_TEST_SUCCEEDED : SBOX_TEST_DENIED;
/external/chromium_org/content/common/
H A Dsandbox_win.cc129 if (result != sandbox::SBOX_ALL_OK)
139 if (result != sandbox::SBOX_ALL_OK)
153 if (result != sandbox::SBOX_ALL_OK)
159 if (result != sandbox::SBOX_ALL_OK)
286 if (result != sandbox::SBOX_ALL_OK)
295 if (result != sandbox::SBOX_ALL_OK)
305 if (result != sandbox::SBOX_ALL_OK)
313 if (result != sandbox::SBOX_ALL_OK)
334 if (result != sandbox::SBOX_ALL_OK)
348 if (result != sandbox::SBOX_ALL_OK)
[all...]
/external/chromium_org/sandbox/win/tests/integration_tests/
H A Dintegration_tests_test.cc162 ASSERT_EQ(SBOX_ALL_OK, runner.broker()->WaitForAllTargets());
172 ASSERT_EQ(SBOX_ALL_OK, runner.broker()->WaitForAllTargets());
196 ASSERT_EQ(SBOX_ALL_OK, runner.broker()->WaitForAllTargets());
222 ASSERT_EQ(SBOX_ALL_OK, runner.broker()->WaitForAllTargets());
247 ASSERT_EQ(SBOX_ALL_OK, runner.broker()->WaitForAllTargets());
251 ASSERT_EQ(SBOX_ALL_OK, runner.broker()->WaitForAllTargets());
264 ASSERT_EQ(SBOX_ALL_OK, runner.broker()->WaitForAllTargets());
/external/chromium_org/sandbox/win/tests/common/
H A Dcontroller.cc81 if (SBOX_ALL_OK != broker->Init())
145 return (SBOX_ALL_OK == policy_->AddRule(subsystem, semantics, pattern));
210 ResultCode result = SBOX_ALL_OK;
231 if (SBOX_ALL_OK != result)
320 if (SBOX_ALL_OK != target->Init())
/external/chromium_org/components/nacl/broker/
H A Dnacl_broker_listener.cc60 *success = (result == sandbox::SBOX_ALL_OK);
/external/chromium_org/sandbox/win/sandbox_poc/
H A Dsandbox.cc122 if (sandbox::SBOX_ALL_OK != (result = target_service->Init())) {

Completed in 173 milliseconds

12