/bionic/tests/ |
sys_time_test.cpp | 109 ASSERT_EQ(0, lutimes(tf.filename, nullptr)); 118 ASSERT_EQ(-1, lutimes(tf.filename, tv)); 121 ASSERT_EQ(-1, lutimes(tf.filename, tv)); 127 ASSERT_EQ(-1, lutimes(tf.filename, tv)); 130 ASSERT_EQ(-1, lutimes(tf.filename, tv));
|
/bionic/libc/bionic/ |
sys_time.cpp | 50 int lutimes(const char* path, const timeval tv[2]) { function
|
/bionic/libc/include/sys/ |
time.h | 51 int lutimes(const char* __path, const struct timeval __times[2]) __INTRODUCED_IN(26);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/ |
time.h | 145 extern int lutimes (__const char *__file, __const struct timeval __tvp[2])
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/ |
time.h | 145 extern int lutimes (__const char *__file, __const struct timeval __tvp[2])
|
/prebuilts/go/darwin-x86/src/syscall/ |
syscall_netbsd.go | 403 // lutimes
|
zsysnum_dragonfly_amd64.go | 163 SYS_LUTIMES = 276 // { int lutimes(char *path, struct timeval *tptr); }
|
zsysnum_freebsd_386.go | 163 SYS_LUTIMES = 276 // { int lutimes(char *path, \
|
zsysnum_freebsd_amd64.go | 163 SYS_LUTIMES = 276 // { int lutimes(char *path, \
|
zsysnum_freebsd_arm.go | 163 SYS_LUTIMES = 276 // { int lutimes(char *path, \
|
zsysnum_netbsd_386.go | 224 SYS_LUTIMES = 424 // { int|sys|50|lutimes(const char *path, const struct timeval *tptr); }
|
zsysnum_netbsd_amd64.go | 224 SYS_LUTIMES = 424 // { int|sys|50|lutimes(const char *path, const struct timeval *tptr); }
|
zsysnum_netbsd_arm.go | 224 SYS_LUTIMES = 424 // { int|sys|50|lutimes(const char *path, const struct timeval *tptr); }
|
/prebuilts/go/linux-x86/src/syscall/ |
syscall_netbsd.go | 403 // lutimes
|
zsysnum_dragonfly_amd64.go | 163 SYS_LUTIMES = 276 // { int lutimes(char *path, struct timeval *tptr); }
|
zsysnum_freebsd_386.go | 163 SYS_LUTIMES = 276 // { int lutimes(char *path, \
|
zsysnum_freebsd_amd64.go | 163 SYS_LUTIMES = 276 // { int lutimes(char *path, \
|
zsysnum_freebsd_arm.go | 163 SYS_LUTIMES = 276 // { int lutimes(char *path, \
|
zsysnum_netbsd_386.go | 224 SYS_LUTIMES = 424 // { int|sys|50|lutimes(const char *path, const struct timeval *tptr); }
|
zsysnum_netbsd_amd64.go | 224 SYS_LUTIMES = 424 // { int|sys|50|lutimes(const char *path, const struct timeval *tptr); }
|
zsysnum_netbsd_arm.go | 224 SYS_LUTIMES = 424 // { int|sys|50|lutimes(const char *path, const struct timeval *tptr); }
|
/external/python/cpython3/Modules/ |
posixmodule.c | [all...] |
/external/python/cpython3/ |
configure | [all...] |