Home
last modified time | relevance | path

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

/external/libchrome/crypto/
Dnss_util.cc198 int os_error = PR_GetOSError(); in CrashOnNSSInitFailure() local
200 base::debug::Alias(&os_error); in CrashOnNSSInitFailure()
203 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.py441 os_error = OSError(errno.EPERM, 'EPERM')
445 raise os_error
/external/v8/src/heap/
Dheap.h2432 int* os_error; // 21 variable
Dheap.cc5202 *stats->os_error = base::OS::GetLastError(); in RecordStats()
/external/python/cpython2/Python/
Dimport.c1772 os_error *e; in case_ok()
/external/v8/src/
Dapi.cc366 int os_error; in FatalProcessOutOfMemory() local
367 heap_stats.os_error = &os_error; in FatalProcessOutOfMemory()