Home
last modified time | relevance | path

Searched refs:win32_utime (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/TSRM/
H A Dtsrm_win32.h102 TSRM_API int win32_utime(const char *filename, struct utimbuf *buf);
H A Dtsrm_virtual_cwd.h322 # define VCWD_UTIME(path, time) win32_utime(path, time)
H A Dtsrm_virtual_cwd.c1524 TSRM_API int win32_utime(const char *filename, struct utimbuf *buf) /* {{{ */ in win32_utime() function
1573 ret = win32_utime(new_state.cwd, buf); in virtual_utime()

Completed in 16 milliseconds