Home
last modified time | relevance | path

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

/external/libchrome/crypto/
Dnss_util.cc151 int os_error = PR_GetOSError(); in CrashOnNSSInitFailure() local
153 base::debug::Alias(&os_error); in CrashOnNSSInitFailure()
156 LOG(FATAL) << "nss_error=" << nss_error << ", os_error=" << os_error; in CrashOnNSSInitFailure()
/external/python/cpython2/RISCOS/Modules/
Dswimodule.c29 static os_error *e;
387 swicall:e=(os_error*)_kernel_swi_c(swino,&r,&r,&carry); in swi_swi()
Driscosmodule.c16 static os_error *e;
Ddrawfmodule.c32 static os_error *e;
/external/python/cpython3/Lib/test/
Dtest_shutil.py439 os_error = OSError(errno.EPERM, 'EPERM')
443 raise os_error
/external/v8/src/heap/
Dheap.h2333 int* os_error; // 23 variable
Dheap.cc4391 *stats->os_error = base::OS::GetLastError(); in RecordStats()
/external/python/cpython2/Python/
Dimport.c1794 os_error *e; in case_ok()
/external/v8/src/
Dapi.cc432 int os_error; in FatalProcessOutOfMemory() local
433 heap_stats.os_error = &os_error; in FatalProcessOutOfMemory()