Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Duiondk.cpp117 char tmpfile[] = "/data/storage/el2/base/files/memfd_cr02100.txt"; in PWriteV() local
127 int fd = open(tmpfile, O_RDWR | O_CREAT, TEST_MODE); in PWriteV()
136 ret = access(tmpfile, F_OK); in PWriteV()
138 ret = remove(tmpfile); in PWriteV()
146 char tmpfile[] = "/data/storage/el2/base/files/memfd_cr02100.txt"; in PWriteV64() local
156 int fd = open(tmpfile, O_RDWR | O_CREAT, TEST_MODE); in PWriteV64()
165 ret = access(tmpfile, F_OK); in PWriteV64()
167 ret = remove(tmpfile); in PWriteV64()
Dmmanndk.cpp67 char tmpfile[] = "/data/storage/el2/base/files/memfd_create_0100.txt"; in MemfdCreate() local
69 int fd = memfd_create(tmpfile, PARAM_0); in MemfdCreate()
71 size_t cnt = write(fd, tmpfile, strlen(tmpfile)); in MemfdCreate()
72 if (cnt == strlen(tmpfile)) { in MemfdCreate()
88 char tmpfile[] = "/data/storage/el2/base/files/memfd_create_0100.txt"; in Mincore() local
89 int fd = open(tmpfile, O_CREAT | O_RDWR); in Mincore()
105 remove(tmpfile); in Mincore()
153 char tmpfile[] = "/data/storage/el2/base/files/memfd_create_0100.txt"; in MreMap() local
154 int fd = open(tmpfile, O_CREAT | O_RDWR); in MreMap()
172 char tmpfile[] = "/data/storage/el2/base/files/memfd_creat0100.txt"; in MSync() local
[all …]
Dstdiondk.cpp190 FILE *f = tmpfile(); in Tmpfile()
/test/xts/acts/graphic/vktest/
Dgenlocal.py51 tmpfile = "tmptestsuite.xml" variable
141 xmlfile = open(tmpfile, mode='w+')
161 shutil.copy2(tmpfile,putdir)
/test/xts/acts/arkui/libuv/
Dgenlocal.py208 tmpfile = "tmptestsuite.xml" variable
248 xmlfile = open(tmpfile, mode='w+')
262 os.system(r"cp {} {}".format(tmpfile, putdir))