Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dfcntlndk.cpp299 int dirFileDescribe = open("/data/storage/el2/base/files/test.txt", O_CREAT, PARAM_0777); in OpenChk() local
305 close(dirFileDescribe); in OpenChk()
314 int dirFileDescribe = open("/data/storage/el2/base/files/test.txt", O_CREAT, PARAM_0777); in Open64Chk() local
320 close(dirFileDescribe); in Open64Chk()
328 int dirFileDescribe = open("/data/storage/el2/base/files/test.txt", O_CREAT, PARAM_0777); in OpenatChk() local
329 …int fileDescribe = __openat_chk(dirFileDescribe, "/data/storage/el2/base/files/test.txt", O_RDWR |… in OpenatChk()
334 close(dirFileDescribe); in OpenatChk()
342 int dirFileDescribe = open("/data/storage/el2/base/files/test.txt", O_CREAT, PARAM_0777); in Openat64Chk() local
343 …int fileDescribe = __openat64_chk(dirFileDescribe, "/data/storage/el2/base/files/test.txt", O_RDWR… in Openat64Chk()
348 close(dirFileDescribe); in Openat64Chk()