Searched defs:errno (Results 1 - 25 of 137) sorted by last modified time

123456

/external/zlib/src/
H A Dzutil.c144 * errno. We define it as a global variable to simplify porting.
147 int errno = 0; variable
/external/webrtc/
H A Dsetup_links.py23 import errno namespace
218 if e.errno != errno.EEXIST:
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest_xml_output_unittest.py37 import errno namespace
213 if e.errno != errno.ENOENT:
/external/v8/gypfiles/
H A Dlandmines.py17 import errno namespace
160 if e.errno == errno.EEXIST:
/external/v8/testing/gtest/test/
H A Dgtest_xml_output_unittest.py37 import errno namespace
213 if e.errno != errno.ENOENT:
/external/v8/tools/
H A Disolate_driver.py23 import errno namespace
261 if e.errno != errno.EEXIST:
/external/v8/tools/mb/
H A Dmb.py17 import errno namespace
1417 if e.errno != errno.EEXIST:
/external/toolchain-utils/binary_search_tool/
H A Dbinary_search_state.py8 import errno namespace
164 if e.errno == errno.E2BIG:
/external/toolchain-utils/cros_utils/
H A Dfile_utils.py6 import errno namespace
55 if exc.errno == errno.EEXIST:
/external/toolchain-utils/crosperf/
H A Dresults_organizer.py8 import errno namespace
102 if e.errno == errno.ENOENT:
/external/swiftshader/third_party/LLVM/utils/lit/lit/
H A DUtil.py26 import errno namespace
39 if e.errno != errno.EEXIST:
/external/syslinux/com32/gdbstub/
H A Dgdbstub.c369 static void gdbstub_send_errno(struct gdbstub *stub, int errno) argument
371 gdbstub_send_num_packet(stub, 'E', errno);
/external/syslinux/com32/lib/zlib/
H A Dzutil.c141 * errno. We define it as a global variable to simplify porting.
144 int errno = 0; variable
/external/syslinux/core/
H A Derrno.c2 #include <errno.h>
4 __export int errno; variable
/external/syslinux/core/include/
H A Dthread.h27 int errno; member in struct:thread_stack
/external/syslinux/dos/
H A Derrno.h39 int errno; variable
/external/syslinux/gpxe/src/core/
H A Derrno.c1 #include <errno.h>
7 * This file provides the global variable #errno.
18 int errno; variable
/external/syslinux/gpxe/src/include/gpxe/
H A Derrortab.h15 int errno; member in struct:errortab
/external/sqlite/dist/orig/
H A Dsqlite3.c8582 ** called to get back the underlying "errno" that caused the problem, such
23744 # include <errno.h> /* amalgamator: dontcache */
36587 sqlite3_snprintf(sizeof(errmsg), errmsg, "create failed (%d)", errno); local
36591 sqlite3_snprintf(sizeof(errmsg), errmsg, "write failed (%d)", errno); local
36595 sqlite3_snprintf(sizeof(errmsg), errmsg, "rename failed (%d)", errno); local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8582 ** called to get back the underlying "errno" that caused the problem, such
23744 # include <errno.h> /* amalgamator: dontcache */
36587 sqlite3_snprintf(sizeof(errmsg), errmsg, "create failed (%d)", errno); local
36591 sqlite3_snprintf(sizeof(errmsg), errmsg, "write failed (%d)", errno); local
36595 sqlite3_snprintf(sizeof(errmsg), errmsg, "rename failed (%d)", errno); local
[all...]
/external/skia/infra/bots/
H A Dutils.py10 import errno namespace
176 # fail with a WindowsError exception with an ENOENT errno (i.e., file not
182 if exception_value.errno == errno.ENOENT:
/external/selinux/libsemanage/utils/
H A Dsemanage_migrate_store6 import errno namespace
40 if err == errno.EEXIST:
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1411 milliseconds

123456