Searched refs:ki_unlink (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_intercept.h101 int ki_unlink(const char* path);
H A Dkernel_wrap_win.cc211 return ki_unlink(path);
H A Dkernel_wrap_newlib.cc216 ERRNO_RTN(ki_unlink(pathname));
H A Dkernel_intercept.cc295 int ki_unlink(const char* path) { function
H A Dkernel_wrap_glibc.cc374 ERRNO_RTN(ki_unlink(pathname));

Completed in 77 milliseconds