Home
last modified time | relevance | path

Searched refs:should_break (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/sandbox/win/src/
Dprocess_thread_interception.cc38 bool should_break = false; in TargetNtOpenThread() local
42 should_break = true; in TargetNtOpenThread()
45 if (!should_break && NULL != object_attributes) { in TargetNtOpenThread()
51 should_break = true; in TargetNtOpenThread()
61 if (should_break) in TargetNtOpenThread()
120 bool should_break = false; in TargetNtOpenProcess() local
123 if (!should_break && NULL != object_attributes) { in TargetNtOpenProcess()
129 should_break = true; in TargetNtOpenProcess()
139 if (should_break) in TargetNtOpenProcess()