Home
last modified time | relevance | path

Searched refs:lutimes (Results 1 – 7 of 7) sorted by relevance

/aosp12/bionic/tests/
H A Dsys_time_test.cpp110 ASSERT_EQ(0, lutimes(tf.path, nullptr)); in TEST()
119 ASSERT_EQ(-1, lutimes(tf.path, tv)); in TEST()
122 ASSERT_EQ(-1, lutimes(tf.path, tv)); in TEST()
128 ASSERT_EQ(-1, lutimes(tf.path, tv)); in TEST()
131 ASSERT_EQ(-1, lutimes(tf.path, tv)); in TEST()
/aosp12/bionic/libc/bionic/
H A Dsys_time.cpp50 int lutimes(const char* path, const timeval tv[2]) { in lutimes() function
/aosp12/bionic/libc/include/sys/
H A Dtime.h51 int lutimes(const char* __path, const struct timeval __times[2]) __INTRODUCED_IN(26);
/aosp12/packages/modules/adb/daemon/
H A Dfile_sync_service.cpp550 lutimes(path.c_str(), tv); in send_impl()
/aosp12/bionic/docs/
H A Dstatus.md118 * `futimes`/`futimesat`/`lutimes`
/aosp12/bionic/libc/
H A Dlibc.map.txt1308 lutimes; # introduced=26
/aosp12/bionic/tools/versioner/platforms/
H A Dlibc.map.txt1308 lutimes; # introduced=26