Home
last modified time | relevance | path

Searched refs:utimensatValue (Results 1 - 2 of 2) sorted by relevance

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dstatndk.cpp131 int utimensatValue = utimensat(fd, path, times, PARAM_0); in Utimensat() local
132 if (utimensatValue == PARAM_0) { in Utimensat()
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/
H A Dfnmatchndk32.cpp172 int utimensatValue = __utimensat_time64(fileDescribe, path, times, PARAM_0); in UTimeNsAt_time64() local
175 utimensatValue = stat(path, &statbuf); in UTimeNsAt_time64()
176 if (utimensatValue == PARAM_0 && statbuf.st_mtim.tv_sec == sec) { in UTimeNsAt_time64()

Completed in 4 milliseconds