Home
last modified time | relevance | path

Searched defs:fd (Results 1 – 25 of 69) sorted by relevance

123

/test/xts/acts/kernel_lite/fs_posix/src/
DFsUnistdTest.cpp43 int fd = 0; variable
69 int fd = 0; variable
85 int fd = 0; variable
101 int fd = 0; variable
168 int fd = 0; variable
187 int fd = 0; variable
210 int fd = 0; variable
259 int fd = 0; variable
281 int fd = 0; variable
441 int fd = open(FILE0, O_CREAT | O_RDWR, 0777); variable
[all …]
DFsFcntlTest.cpp46 int fd = 0; variable
69 int fd = 0; variable
90 int fd = 0; variable
117 int fd = 0; variable
149 int fd = 0; variable
180 int fd = 0; variable
216 int fd = open(FILE0, O_RDWR | O_CREAT | O_EXCL, 0777); variable
262 int fd = open(FILE0, O_RDWR | O_CREAT | O_EXCL, 0777); variable
297 int fd = open(FILE0, O_RDWR | O_CREAT | O_EXCL, 0777); variable
309 int fd = 0; variable
[all …]
DFsStatTest.cpp62 int fd = 0; variable
97 int fd = 0; variable
133 int fd = 0; variable
242 int fd = creat(FILE0, 0777); variable
DFileSystemTest.h64 #define WriteCloseTest(fd) do { \ argument
71 #define ReadCloseTest(fd) do { \ argument
DFsStdioTest.cpp43 int fd = 0; variable
DFsOtherTest.cpp49 int fd = 0; variable
68 int fd = 0; variable
88 int fd = 0; variable
DFsStdlibTest.cpp60 int fd = 0; variable
/test/xts/acts/commonlibrary_lite/file_hal/src/
Dutils_file_func_test.c67 int fd = UtilsFileOpen(fileName, O_RDONLY_FS | O_CREAT_FS, 0); variable
82 int fd = UtilsFileOpen(fileName, O_WRONLY_FS | O_CREAT_FS, 0); variable
97 int fd = UtilsFileOpen(fileName, O_RDWR_FS | O_CREAT_FS, 0); variable
114 int fd = UtilsFileOpen(fileName, O_RDONLY_FS, 0); variable
131 int fd = UtilsFileOpen(fileName, O_WRONLY_FS, 0); variable
148 int fd = UtilsFileOpen(fileName, O_RDWR_FS, 0); variable
165 int fd = UtilsFileOpen(fileName, O_RDWR_FS | O_TRUNC_FS, 0); variable
182 int fd = UtilsFileOpen(fileName, O_RDWR_FS | O_APPEND_FS, 0); variable
197 int fd = UtilsFileOpen(fileName, O_RDONLY_FS | O_CREAT_FS | O_EXCL_FS, 0); variable
216 int fd = UtilsFileOpen(fileName, O_WRONLY_FS | O_CREAT_FS | O_EXCL_FS, 0); variable
[all …]
/test/xts/acts/kernel_lite/ipc_posix/pipe_fifo/
DPipeTest.cpp41 int fd[2]; variable
81 int fd[2]; variable
122 int fd[2]; variable
185 int fd[2]; variable
240 int fd[2]; variable
DFifoTest.cpp51 int fd; variable
108 int fd = -1; variable
172 int fd = -1; variable
/test/xts/hats/kernel/accesstokenid/
Daccesstokenid_test.cpp76 int fd; in GenRand64() local
92 int fd = open(dev_accesstokenid, O_RDWR); in GetTokenid() local
111 int fd = open(dev_accesstokenid, O_RDWR); in SetTokenid() local
130 int fd = open(dev_accesstokenid, O_RDWR); in GetfTokenid() local
149 int fd = open(dev_accesstokenid, O_RDWR); in SetfTokenid() local
372 int fd = open(dev_accesstokenid, O_RDWR); variable
392 int fd = open(dev_accesstokenid, O_RDWR); variable
412 int fd = open(dev_accesstokenid, O_RDWR); variable
432 int fd = open(dev_accesstokenid, O_RDWR); variable
454 int fd = open(dev_accesstokenid, O_RDWR); variable
[all …]
/test/xts/acts/storage/storagefileiojstest/src/main/js/test/module_fileio/members/
Dopen.test.js57 fileio.open(fpath, 0, 0o0400, function (err, fd) { argument
86 await fileio.open(fpath, 0, 0o0400, function (err, fd) { argument
114 await fileio.open(fpath, 0, function (err, fd) { argument
142 fileio.open(fpath, 0o2, function (err, fd) { argument
171 .then(function (fd) { argument
202 .then(function (fd) { argument
233 .then(function (fd) { argument
262 fileio.open(fpath, 0o0101, 0o0222, function (err, fd) { argument
290 fileio.open(fpath, 0o100, 0o0444, function (err, fd) { argument
313 fileio.open(fpath, 0o2101, 0o0222, function (err, fd) { argument
/test/xts/device_attest_lite/services/core/mini/utils/
Dattest_utils_file_detail.c79 int32_t fd = UtilsFileOpen(fileName, O_CREAT_FS | O_TRUNC_FS | O_RDWR_FS, 0); in WriteFile() local
110 int32_t fd = UtilsFileOpen(fileName, O_EXCL_FS | O_RDWR_FS, 0); in ReadFile() local
131 int32_t fd = UtilsFileOpen(fileName, O_CREAT_FS, 0); in CreateFile() local
145 int32_t fd = UtilsFileOpen(fileName, O_RDONLY_FS, 0); in IsFileExist() local
/test/xts/acts/useriam/face_auth/js_api_test/function_test/userauthnopermission/src/main/js/MainAbility/pages/index/
Dindex.js33 let fd = fileio.openSync(path, 0o102, 0o666); variable
/test/xts/acts/useriam/face_auth/js_api_test/function_test/userauth/src/main/js/MainAbility/pages/index/
Dindex.js33 let fd = fileio.openSync(path, 0o102, 0o666); variable
/test/xts/acts/kernel_lite/mem_posix/src/
DMmapApiTest.cpp324 int fd = open(file, O_CREAT | O_RDWR, S_IRWXU | S_IRWXG | S_IRWXO); variable
370 int fd = open(file, O_CREAT | O_RDWR, S_IRWXU | S_IRWXG | S_IRWXO); variable
415 int fd = open(file, O_CREAT | O_RDWR, S_IRWXU | S_IRWXG | S_IRWXO); variable
456 int fd = open(file, O_CREAT | O_RDWR, S_IRWXU | S_IRWXG | S_IRWXO); variable
502 int fd = open(file, O_CREAT | O_RDWR, S_IRWXU | S_IRWXG | S_IRWXO); variable
549 int fd = open(file, O_CREAT | O_RDWR, S_IRWXU | S_IRWXG | S_IRWXO); variable
596 int fd = open(file, O_CREAT | O_RDWR, S_IRWXU | S_IRWXG | S_IRWXO); variable
710 int fd = open(file, O_CREAT | O_RDWR, 0777); variable
764 int fd; variable
810 int fd = open(file, O_CREAT | O_RDWR, 0777); variable
[all …]
DMprotectApiTest.cpp227 int fd = open(file, O_CREAT|O_RDWR, S_IRWXU|S_IRWXG|S_IRWXO); variable
277 int fd = open(file, O_CREAT|O_RDWR, S_IRWXU|S_IRWXG|S_IRWXO); variable
333 int fd = open(file, O_CREAT|O_RDWR, S_IRWXU|S_IRWXG|S_IRWXO); variable
376 int fd = open(file, O_CREAT|O_RDWR, S_IRWXU|S_IRWXG|S_IRWXO); variable
421 int fd = open(file, O_CREAT|O_RDWR, S_IRWXU|S_IRWXG|S_IRWXO); variable
460 int fd = open(file, O_CREAT|O_RDONLY, S_IRUSR|S_IRGRP|S_IROTH); variable
DMremapApiTest.cpp241 int fd = open(file, O_CREAT|O_RDWR, S_IRWXU|S_IRWXG|S_IRWXO); variable
293 int fd = open(file, O_CREAT|O_RDWR, S_IRWXU|S_IRWXG|S_IRWXO); variable
345 int fd = open(file, O_CREAT|O_RDWR, S_IRWXU|S_IRWXG|S_IRWXO); variable
401 int fd = open(file, O_CREAT|O_RDWR, S_IRWXU|S_IRWXG|S_IRWXO); variable
/test/xts/acts/validator/acts_validator/src/main/ets/pages/model/
DAudioRenderer.ts25 private fd: number = undefined property in AudioRenderer
DAudioCapturer.ts30 private fd: number = undefined property in AudioCapturer
/test/xts/acts/kernel_lite/io_posix/src/
DIoTestOther.cpp161 int fd = 0; variable
192 int fd = 0; variable
/test/xts/device_attest/services/oem_adapter/src/
Ddevice_attest_oem_file.c107 int fd = fileno(fp); in OEMWriteFile() local
194 int fd = fileno(fp); in OEMCreateFile() local
/test/xts/hats/kernel/dmabuffer/
Ddmabuf_alloc.h39 unsigned int fd; member
/test/xts/hats/hdf/display/composer/common/
Dhdi_test_layer.cpp69 void HdiGrallocBuffer::SetReleaseFence(int fd) in SetReleaseFence()
78 void HdiGrallocBuffer::SetAcquirceFence(int fd) in SetAcquirceFence()
265 void HdiTestLayer::SetReleaseFence(int fd) in SetReleaseFence()
/test/xts/device_attest_lite/services/core/small/utils/
Dattest_utils_file_detail.c110 int fd = fileno(fp); in WriteFile() local
203 int fd = fileno(fp); in CreateFile() local

123