| /test/xts/acts/kernel_lite/fs_posix/src/ |
| D | FsUnistdTest.cpp | 43 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 …]
|
| D | FsFcntlTest.cpp | 46 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 …]
|
| D | FsStatTest.cpp | 62 int fd = 0; variable 97 int fd = 0; variable 133 int fd = 0; variable 242 int fd = creat(FILE0, 0777); variable
|
| D | FileSystemTest.h | 64 #define WriteCloseTest(fd) do { \ argument 71 #define ReadCloseTest(fd) do { \ argument
|
| D | FsStdioTest.cpp | 43 int fd = 0; variable
|
| D | FsOtherTest.cpp | 49 int fd = 0; variable 68 int fd = 0; variable 88 int fd = 0; variable
|
| D | FsStdlibTest.cpp | 60 int fd = 0; variable
|
| /test/xts/acts/commonlibrary_lite/file_hal/src/ |
| D | utils_file_func_test.c | 67 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/ |
| D | PipeTest.cpp | 41 int fd[2]; variable 81 int fd[2]; variable 122 int fd[2]; variable 185 int fd[2]; variable 240 int fd[2]; variable
|
| D | FifoTest.cpp | 51 int fd; variable 108 int fd = -1; variable 172 int fd = -1; variable
|
| /test/xts/hats/kernel/accesstokenid/ |
| D | accesstokenid_test.cpp | 76 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/ |
| D | open.test.js | 57 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/ |
| D | attest_utils_file_detail.c | 79 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/ |
| D | index.js | 33 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/ |
| D | index.js | 33 let fd = fileio.openSync(path, 0o102, 0o666); variable
|
| /test/xts/acts/kernel_lite/mem_posix/src/ |
| D | MmapApiTest.cpp | 324 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 …]
|
| D | MprotectApiTest.cpp | 227 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
|
| D | MremapApiTest.cpp | 241 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/ |
| D | AudioRenderer.ts | 25 private fd: number = undefined property in AudioRenderer
|
| D | AudioCapturer.ts | 30 private fd: number = undefined property in AudioCapturer
|
| /test/xts/acts/kernel_lite/io_posix/src/ |
| D | IoTestOther.cpp | 161 int fd = 0; variable 192 int fd = 0; variable
|
| /test/xts/device_attest/services/oem_adapter/src/ |
| D | device_attest_oem_file.c | 107 int fd = fileno(fp); in OEMWriteFile() local 194 int fd = fileno(fp); in OEMCreateFile() local
|
| /test/xts/hats/kernel/dmabuffer/ |
| D | dmabuf_alloc.h | 39 unsigned int fd; member
|
| /test/xts/hats/hdf/display/composer/common/ |
| D | hdi_test_layer.cpp | 69 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/ |
| D | attest_utils_file_detail.c | 110 int fd = fileno(fp); in WriteFile() local 203 int fd = fileno(fp); in CreateFile() local
|