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/
H A Dmmanndk.cpp69 char tmpfile[] = "/data/storage/el2/base/files/memfd_create_0100.txt"; in MemfdCreate() local
71 int fd = memfd_create(tmpfile, PARAM_0); in MemfdCreate()
73 size_t cnt = write(fd, tmpfile, strlen(tmpfile)); in MemfdCreate()
74 if (cnt == strlen(tmpfile)) { in MemfdCreate()
90 char tmpfile[] = "/data/storage/el2/base/files/memfd_create_0100.txt"; in Mincore() local
91 int fd = open(tmpfile, O_CREAT | O_RDWR, PARAM_0777); in Mincore()
107 remove(tmpfile); in Mincore()
156 char tmpfile[] = "/data/storage/el2/base/files/memfd_create_0100.txt"; in MreMap() local
157 int fd = open(tmpfile, O_CREA in MreMap()
175 char tmpfile[] = "/data/storage/el2/base/files/memfd_creat0100.txt"; MSync() local
[all...]
H A Duiondk.cpp166 char tmpfile[] = "/data/storage/el2/base/files/memfd_cr02100.txt"; in PWriteV() local
176 int fd = open(tmpfile, O_RDWR | O_CREAT, TEST_MODE); in PWriteV()
185 ret = access(tmpfile, F_OK); in PWriteV()
187 ret = remove(tmpfile); in PWriteV()
195 char tmpfile[] = "/data/storage/el2/base/files/memfd_cr02100.txt"; in PWriteV64() local
205 int fd = open(tmpfile, O_RDWR | O_CREAT, TEST_MODE); in PWriteV64()
214 ret = access(tmpfile, F_OK); in PWriteV64()
216 ret = remove(tmpfile); in PWriteV64()
H A Dstdiondk.cpp198 FILE *f = tmpfile(); in Tmpfile()
697 {"tmpfile", nullptr, Tmpfile, nullptr, nullptr, nullptr, napi_default, nullptr}, in Init()
/test/xts/acts/graphic/vktest/
H A Dgenlocal.py51 tmpfile = "tmptestsuite.xml" variable
152 with open(tmpfile, mode='w+') as f:
169 # os.system(r"cp {} {}".format(tmpfile, putdir))
171 shutil.copy2(tmpfile,putdir)
/test/xts/acts/arkui/libuv/
H A Dgenlocal.py220 tmpfile = "tmptestsuite.xml" variable
260 xmlfile = open(tmpfile, mode='w+')
278 run_cmd(r"cp {} {}".format(tmpfile, putdir))

Completed in 4 milliseconds