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

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_intercept.h 109 int ki_utimes(const char* path, const struct timeval times[2]);
kernel_wrap_newlib.cc 258 ERRNO_RTN(ki_utimes(pathname, times));
kernel_intercept.cc 335 int ki_utimes(const char* path, const struct timeval times[2]) { function
kernel_wrap_glibc.cc 362 ERRNO_RTN(ki_utimes(filename, times));

Completed in 88 milliseconds