Searched refs:do_lutime (Results 1 - 2 of 2) sorted by relevance
/third_party/libuv/src/win/ |
H A D | fs.c | 2266 int do_lutime) { in fs__utime_impl_from_path() 2272 if (do_lutime) { in fs__utime_impl_from_path() 2296 INLINE static void fs__utime_impl(uv_fs_t* req, int do_lutime) { in fs__utime_impl() argument 2302 do_lutime); in fs__utime_impl() 2305 if (do_lutime && in fs__utime_impl() 2322 fs__utime_impl(req, /* do_lutime */ 0); in fs__utime() 2347 fs__utime_impl(req, /* do_lutime */ 1); in fs__lutime() 2263 fs__utime_impl_from_path(WCHAR* path, double atime, double mtime, int do_lutime) fs__utime_impl_from_path() argument
|
/third_party/node/deps/uv/src/win/ |
H A D | fs.c | 2285 int do_lutime) { in fs__utime_impl_from_path() 2291 if (do_lutime) { in fs__utime_impl_from_path() 2315 INLINE static void fs__utime_impl(uv_fs_t* req, int do_lutime) { in fs__utime_impl() argument 2321 do_lutime); in fs__utime_impl() 2324 if (do_lutime && in fs__utime_impl() 2341 fs__utime_impl(req, /* do_lutime */ 0); in fs__utime() 2366 fs__utime_impl(req, /* do_lutime */ 1); in fs__lutime() 2282 fs__utime_impl_from_path(WCHAR* path, double atime, double mtime, int do_lutime) fs__utime_impl_from_path() argument
|
Completed in 8 milliseconds