Home
last modified time | relevance | path

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

12345

/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
DFsOtherTest.cpp49 int fd = 0; variable
68 int fd = 0; variable
88 int fd = 0; variable
DFsStdioTest.cpp43 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/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/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/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/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dxattrndk.cpp53 int fd = open("/data/storage/el2/base/files/test.txt", O_RDWR | O_CREAT, perms); in Lgetxattr() local
80 int fd = open("/data/storage/el2/base/files/test.txt", O_RDWR | O_CREAT, perms); in Setxattr() local
101 int fd = open("/data/storage/el2/base/files/test.txt", O_RDWR | O_CREAT, perms); in Getxattr() local
128 int fd = open("/data/storage/el2/base/files/test.txt", O_RDWR | O_CREAT, perms); in Listxattr() local
156 int fd = open("/data/storage/el2/base/files/test.txt", O_RDWR | O_CREAT, perms); in LListxattr() local
196 int fd = open("/data/storage/el2/base/files/test.txt", O_RDWR | O_CREAT, perms); in Lsetxattr() local
214 int fd = open(path, O_CREAT | O_WRONLY, PARAM_0667); in Removexattr() local
226 int fd = open(path, O_CREAT | O_WRONLY, PARAM_0667); in Lremovexattr() local
242 int fd = open(path, O_CREAT | O_WRONLY, PARAM_0667); in Fremovexattr() local
257 int fd = open(path, O_CREAT | O_WRONLY, PARAM_0667); in Fsetxattr() local
Dstatfsndk.cpp75 int fd = open("/data/storage/el2/base/files/Fzl.txt", O_CREAT, PARAM_0777); in Fstatfs() local
87 int fd = open("/data/storage/el2/base/files/Fzl.txt", O_CREAT, PARAM_0777); in Fstatfs64() local
99 int fd = open("/data/storage/el2/base/files/Fzl.txt", O_CREAT, PARAM_0777); in Fstatvfs() local
111 int fd = open("/data/storage/el2/base/files/Fzl.txt", O_CREAT, PARAM_0777); in Fstatvfs64() local
Dinotifyndk.cpp60 int fd = inotify_init1(valueZero); in InotifyInit1() local
72 int fd = inotify_init(); in InotifyAddWatch() local
91 int fd = inotify_init(); in InotifyRmWatch() local
Dfcntl1ndk.cpp139 int fd = open(path, O_CREAT | O_RDWR); in Readahead() local
164 int fd = open(path, O_CREAT | O_RDWR); in PosixFallocate() local
192 int fd = 0; in NameToHandleAt() local
220 int fd; in Open() local
249 int fd; in Open64() local
281 int fd = 0; in OpenByHandleAt() local
312 int fd = open(path, O_CREAT | O_RDWR); in PosixFadvise() local
340 int fd = open(path, O_CREAT | O_RDWR); in FalLocate() local
365 int fd = open(path, O_CREAT | O_RDWR); in FalLocate64() local
389 int fd = open(path, O_CREAT); in FcnTl() local
Dmmanndk.cpp69 int fd = memfd_create(tmpfile, PARAM_0); in MemfdCreate() local
89 int fd = open(tmpfile, O_CREAT | O_RDWR); in Mincore() local
115 int fd; in Mmap() local
154 int fd = open(tmpfile, O_CREAT | O_RDWR); in MreMap() local
173 int fd = open(tmpfile, O_CREAT | O_RDWR); in MSync() local
220 int fd = open(path, O_RDWR | O_CREAT, TEST_MODE); in MAdvise() local
295 int fd = open("/data/storage/el2/base/files/Fzl.txt", O_CREAT | O_RDWR); in Mmap64() local
313 int fd = open("/data/storage/el2/base/files/test.txt", O_CREAT); in Munmap() local
332 int fd = open(path, O_CREAT | O_RDWR); in RemapFilePages() local
/test/xts/device_attest_lite/services/core/mini/utils/
Dattest_utils_file_detail.c87 int32_t fd = UtilsFileOpen(fileName, O_CREAT_FS | O_TRUNC_FS | O_RDWR_FS, 0); in WriteFile() local
118 int32_t fd = UtilsFileOpen(fileName, O_EXCL_FS | O_RDWR_FS, 0); in ReadFile() local
139 int32_t fd = UtilsFileOpen(fileName, O_CREAT_FS, 0); in CreateFile() local
153 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/ai/nncore/nncoretest/src/
DHdiTensorTest.cpp157 int fd = -1; variable
178 int fd = -1; variable
198 int fd = -1; variable
223 int fd = -1; variable
250 int fd = -1; variable
277 int fd = -1; variable
434 int fd = -1; variable
460 int fd = -1; variable
477 int fd = -1; variable
530 int fd = -1; 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
/test/xts/acts/multimedia/avsource/entry/src/main/cpp/
Dmediaavsourcendk.cpp52 int fd = open(fileName, O_RDONLY, PARAM_0666); in AVSourceCreateWithFD() local
81 int fd = open(fileName, O_RDONLY, PARAM_0666); in AVSourceDestroy() local
109 int fd = open(fileName, O_RDONLY, PARAM_0666); in AVSourceGetSourceFormat() local
140 int fd = open(fileName, O_RDONLY, PARAM_0666); in AVSourceGetTrackFormat() local
/test/xts/acts/validator/acts_validator/src/main/ets/pages/model/
DAudioRenderer.ts25 private fd: number = undefined property in AudioRenderer

12345