Home
last modified time | relevance | path

Searched refs:utimes (Results 26 - 38 of 38) sorted by relevance

12

/third_party/node/test/parallel/
H A Dtest-trace-events-fs-async.js239 fs.utimes('fs25.txt', 1, 1, () => {
H A Dtest-fs-error-messages.js616 // utimes
629 fs.utimes(nonexistentFile, new Date(), new Date(),
/third_party/node/lib/
H A Dfs.js2108 function utimes(path, atime, mtime, callback) { function
2114 binding.utimes(pathModule.toNamespacedPath(path),
2131 binding.utimes(pathModule.toNamespacedPath(path),
2177 * a file in the same way as `fs.utimes()`.
3152 utimes,
/third_party/zlib/examples/
H A Dgzlog.c236 #include <sys/time.h> /* utimes */
377 utimes(log->path, NULL); in log_touch()
/third_party/node/src/
H A Dnode_file.cc2496 if (req_wrap_async != nullptr) { // utimes(path, atime, mtime, req) in UTimes()
2501 } else { // utimes(path, atime, mtime, undefined, ctx) in UTimes()
2504 FS_SYNC_TRACE_BEGIN(utimes); in UTimes()
2507 FS_SYNC_TRACE_END(utimes); in UTimes()
2728 SetMethod(context, target, "utimes", UTimes); in Initialize()
/third_party/libuv/src/unix/
H A Dfs.c1066 return utimes(req->path, tv); in uv__fs_utime()
/third_party/node/deps/uv/src/unix/
H A Dfs.c1157 return utimes(req->path, tv); in uv__fs_utime()
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1232 pub fn utimes(filename: *const ::c_char, times: *const ::timeval) -> ::c_int; in utimes() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs1184 pub fn utimes(filename: *const ::c_char, times: *const ::timeval) -> ::c_int; in utimes() functions
/third_party/python/Modules/
H A Dposixmodule.c5419 return utimes(path, time); in utime_default()
5426 return utimes(path, time); in utime_default()
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3750 pub fn utimes(filename: *const ::c_char, times: *const ::timeval) -> ::c_int; in utimes() functions
/third_party/sqlite/src/
H A Dshell.c5095 if( utimes(zFile, times) ){ in writeFile()
H A Dsqlite3.c[all...]

Completed in 225 milliseconds

12