Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dutimendk.cpp41 struct stat statinfo; in Utime() local
52 stat(strTemp, &statinfo); in Utime()
56 stat(strTemp, &statinfo); in Utime()
57 if (statinfo.st_mtim.tv_sec == PARAM_0) { in Utime()