HomeSort by relevance Sort by last modified time
    Searched defs:get_errno (Results 1 - 6 of 6) sorted by null

  /system/core/init/
result.h 136 int get_errno() const { return errno_; } function in class:android::init::Error
165 Result(Error&& error) : contents_(std::in_place_index_t<1>(), error.str(), error.get_errno()) {}
  /toolchain/binutils/binutils-2.27/include/gdb/
callback.h 78 int (*get_errno) (host_callback *);
77 int (*get_errno) (host_callback *); member in struct:host_callback_struct
  /external/python/cpython2/Modules/_ctypes/
callproc.c 125 - ctypes.get_errno() and ctypes.get_last_error() returns the current ctypes
214 get_errno(PyObject *self, PyObject *args) function
    [all...]
  /external/python/cpython3/Modules/_ctypes/
callproc.c 120 - ctypes.get_errno() and ctypes.get_last_error() returns the current ctypes
207 get_errno(PyObject *self, PyObject *args) function
    [all...]
  /external/jemalloc/include/jemalloc/internal/
private_namespace.h 270 #define get_errno JEMALLOC_N(get_errno) macro
    [all...]
private_unnamespace.h 270 #undef get_errno macro

Completed in 199 milliseconds