Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dutimendk.cpp40 struct utimbuf ubuf; in Utime() local
53 ubuf.modtime = PARAM_0; in Utime()
54 time(&ubuf.actime); in Utime()
55 if (utime(strTemp, &ubuf) == PARAM_0) { in Utime()