OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:s_wrapped
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_wrap_newlib.cc
317
static bool
s_wrapped
= false;
variable
320
if (!
s_wrapped
) {
323
s_wrapped
= true;
328
if (
s_wrapped
) {
330
s_wrapped
= false;
kernel_wrap_glibc.cc
391
static bool
s_wrapped
= false;
variable
393
if (!
s_wrapped
) {
396
s_wrapped
= true;
401
if (
s_wrapped
) {
403
s_wrapped
= false;
Completed in 40 milliseconds