Searched refs:ki_utimes (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_intercept.h109 int ki_utimes(const char* path, const struct timeval times[2]);
H A Dkernel_wrap_newlib.cc258 ERRNO_RTN(ki_utimes(pathname, times));
H A Dkernel_intercept.cc335 int ki_utimes(const char* path, const struct timeval times[2]) { function
H A Dkernel_wrap_glibc.cc362 ERRNO_RTN(ki_utimes(filename, times));

Completed in 266 milliseconds