/external/rust/crates/nix/src/sys/ |
D | stat.rs | 219 pub fn lutimes<P: ?Sized + NixPath>(path: &P, atime: &TimeVal, mtime: &TimeVal) -> Result<()> { in lutimes() function 222 libc::lutimes(cstr.as_ptr(), ×[0]) in lutimes()
|
/external/rust/crates/nix/test/ |
D | test_stat.rs | 30 use nix::sys::stat::lutimes; 241 lutimes(&fullpath, &TimeVal::seconds(4560), &TimeVal::seconds(1230)).unwrap(); in test_lutimes()
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 1439 pub fn lutimes(file: *const ::c_char, times: *const ::timeval) -> ::c_int; in lutimes() function
|
/external/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 1456 pub fn lutimes(file: *const ::c_char, times: *const ::timeval) -> ::c_int; in lutimes() function
|
/external/rust/crates/nix/ |
D | CHANGELOG.md | 441 - `lutimes` never worked on OpenBSD as it is not implemented on OpenBSD. It has 466 an `lutimes` wrapper ([#967](https://github.com/nix-rust/nix/pull/967)),
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
D | mod.rs | 1928 pub fn lutimes(file: *const ::c_char, times: *const ::timeval) -> ::c_int; in lutimes() function
|
/external/python/cpython3/ |
D | pyconfig.h.in | 673 /* Define to 1 if you have the `lutimes' function. */
|
D | configure.ac | 3690 initgroups kill killpg lchown lockf linkat lstat lutimes mmap \
|
D | configure | 11712 initgroups kill killpg lchown lockf linkat lstat lutimes mmap \
|
/external/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 3015 pub fn lutimes(file: *const ::c_char, times: *const ::timeval) -> ::c_int; in lutimes() function
|
/external/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 3480 pub fn lutimes(file: *const ::c_char, times: *const ::timeval) -> ::c_int; in lutimes() function
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3926 pub fn lutimes(file: *const ::c_char, times: *const ::timeval) -> ::c_int; in lutimes() function
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2239 fun:lutimes=uninstrumented
|
/external/llvm-project/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2239 fun:lutimes=uninstrumented
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 5134 return lutimes(path, time); in utime_nofollow_symlinks()
|
/external/python/cpython3/Misc/ |
D | HISTORY | 7666 integer with nanosecond resolution. The functions os.utime(), os.lutimes(), 8356 to os.utime, os.lutimes, os.futimes, os.futimens, os.futimesat, in 8448 - Issue #12904: os.utime, os.futimes, os.lutimes, and os.futimesat now write
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 982 PUBLIC d59d0 0 lutimes
|