Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dtimendk1.cpp83 int dir_fd = open(TEST_FILE_PATH, O_RDONLY | O_DIRECTORY); in Futimesat_One() local
84 int fd = openat(dir_fd, TEST_FILE_NAME, O_CREAT | O_RDWR | O_EXCL, PARAM_0666); in Futimesat_One()
97 int ret = futimesat(dir_fd, TEST_FILE_NAME, tv); in Futimesat_One()
98 unlinkat(dir_fd, TEST_FILE_NAME, PARAM_0); in Futimesat_One()
99 close(dir_fd); in Futimesat_One()
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/
H A Dfnmatchndk32.cpp340 int dir_fd = open(TEST_FILE_PATH, O_RDONLY | O_DIRECTORY); in FuTimesAt_time64() local
341 int fileDescribe = openat(dir_fd, TEST_FILE_NAME, O_CREAT | O_RDWR | O_EXCL, PARAM_0666); in FuTimesAt_time64()
352 int ret = __futimesat_time64(dir_fd, TEST_FILE_NAME, tv); in FuTimesAt_time64()
353 unlinkat(dir_fd, TEST_FILE_NAME, PARAM_0); in FuTimesAt_time64()
354 close(dir_fd); in FuTimesAt_time64()

Completed in 3 milliseconds