Home
last modified time | relevance | path

Searched refs:times (Results 1 – 14 of 14) sorted by relevance

/bionic/tests/
Dsys_stat_test.cpp40 timespec times[2]; in TEST() local
41 times[0].tv_sec = 123; in TEST()
42 times[0].tv_nsec = 0; in TEST()
43 times[1].tv_sec = 456; in TEST()
44 times[1].tv_nsec = 0; in TEST()
45 ASSERT_EQ(0, futimens(fd, times)) << strerror(errno); in TEST()
49 ASSERT_EQ(times[0].tv_sec, static_cast<long>(sb.st_atime)); in TEST()
50 ASSERT_EQ(times[1].tv_sec, static_cast<long>(sb.st_mtime)); in TEST()
56 timespec times[2]; in TEST() local
57 times[0].tv_sec = 123; in TEST()
[all …]
/bionic/libc/upstream-netbsd/lib/libc/gen/
Dutime.c50 utime(const char *path, const struct utimbuf *times) in utime() argument
56 if (times == (struct utimbuf *) NULL) in utime()
59 tv[0].tv_sec = times->actime; in utime()
60 tv[1].tv_sec = times->modtime; in utime()
/bionic/libc/bionic/
Dfutimens.cpp32 int futimens(int fd, const struct timespec times[2]) { in futimens()
33 return utimensat(fd, nullptr, times, 0); in futimens()
/bionic/libc/include/sys/
Dtimes.h49 clock_t times(struct tms* __buf);
/bionic/tests/headers/posix/
Dsys_times_h.c42 FUNCTION(times, clock_t (*f)(struct tms*)); in sys_times_h()
/bionic/libc/
DSECCOMP_BLOCKLIST_APP.TXT30 # syscalls to modify times
DSYSCALLS.TXT159 int utimensat(int, const char*, const struct timespec times[2], int) all
217 clock_t times(struct tms*) all
Dlibc.map.txt1091 times;
/bionic/benchmarks/
DREADME.md106 Google Benchmark uses two settings to control how many times to run each benchmark, "iterations" and
108 times to determine a sufficiently-large iteration count.
/bionic/docs/
D32-bit-abi.md95 times to/from the kernel, but we do not plan on adding support for
Dlibc_assembler.md103 always a good idea to rerun the suite a couple of times to verify that
Dnative_allocator.md152 This will run the benchmark XX times and then give a mean, median, and stddev
/bionic/libc/tools/
Dposix-2013.txt1071 times
/bionic/tools/versioner/platforms/
Dlibc.map.txt1091 times;