HomeSort by relevance Sort by last modified time
    Searched refs:RTN_ERRNO_IF (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_wrap_glibc.cc 174 RTN_ERRNO_IF(ki_chdir(pathname) < 0);
179 RTN_ERRNO_IF(ki_close(fd) < 0);
185 RTN_ERRNO_IF(*newfd < 0);
190 RTN_ERRNO_IF(ki_dup2(fd, newfd) < 0);
202 RTN_ERRNO_IF(res < 0);
208 RTN_ERRNO_IF(ki_getcwd(buf, size) == NULL);
222 RTN_ERRNO_IF(count < 0);
242 RTN_ERRNO_IF(ki_mkdir(pathname, mode) < 0);
256 RTN_ERRNO_IF(*addr == (void*)-1);
269 RTN_ERRNO_IF(*newfd < 0)
    [all...]
kernel_wrap_newlib.cc 135 RTN_ERRNO_IF(rtn < 0);
162 RTN_ERRNO_IF(*result == 0);
176 RTN_ERRNO_IF(*addr == (void*)-1);
210 RTN_ERRNO_IF(NULL == rtn);
251 RTN_ERRNO_IF(rtn < 0);
kernel_wrap_bionic.cc 184 RTN_ERRNO_IF(res < 0);
194 RTN_ERRNO_IF(ki_getcwd(buf, size) == NULL);
208 RTN_ERRNO_IF(count < 0);
229 RTN_ERRNO_IF(*result == 0);
237 RTN_ERRNO_IF(res < 0);
256 RTN_ERRNO_IF(*addr == (void*)-1)
317 RTN_ERRNO_IF(res < 0);
kernel_wrap.h 32 #define RTN_ERRNO_IF(cond) \
39 RTN_ERRNO_IF(cond < 0); \

Completed in 68 milliseconds