Searched refs:utimes (Results 26 - 38 of 38) sorted by relevance
12
/third_party/node/test/parallel/ |
H A D | test-trace-events-fs-async.js | 239 fs.utimes('fs25.txt', 1, 1, () => {
|
H A D | test-fs-error-messages.js | 616 // utimes 629 fs.utimes(nonexistentFile, new Date(), new Date(),
|
/third_party/node/lib/ |
H A D | fs.js | 2108 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 D | gzlog.c | 236 #include <sys/time.h> /* utimes */ 377 utimes(log->path, NULL); in log_touch()
|
/third_party/node/src/ |
H A D | node_file.cc | 2496 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 D | fs.c | 1066 return utimes(req->path, tv); in uv__fs_utime()
|
/third_party/node/deps/uv/src/unix/ |
H A D | fs.c | 1157 return utimes(req->path, tv); in uv__fs_utime()
|
/third_party/rust/crates/libc/src/vxworks/ |
H A D | mod.rs | 1232 pub fn utimes(filename: *const ::c_char, times: *const ::timeval) -> ::c_int; in utimes() functions
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 1184 pub fn utimes(filename: *const ::c_char, times: *const ::timeval) -> ::c_int; in utimes() functions
|
/third_party/python/Modules/ |
H A D | posixmodule.c | 5419 return utimes(path, time); in utime_default() 5426 return utimes(path, time); in utime_default()
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 3750 pub fn utimes(filename: *const ::c_char, times: *const ::timeval) -> ::c_int; in utimes() functions
|
/third_party/sqlite/src/ |
H A D | shell.c | 5095 if( utimes(zFile, times) ){ in writeFile()
|
H A D | sqlite3.c | [all...] |
Completed in 225 milliseconds
12