| /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 237 int fd = 0; variable 260 int fd = 0; variable 309 int fd = 0; variable 331 int fd = 0; variable 491 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 | 90 int fd = 0; variable 154 int fd = 0; variable 218 int fd = 0; variable 327 int fd = creat(FILE0, 0777); variable
|
| D | FileSystemTest.h | 64 #define WriteCloseTest(fd) do { \ argument 71 #define ReadCloseTest(fd) do { \ argument
|
| D | FsOtherTest.cpp | 49 int fd = 0; variable 68 int fd = 0; variable 88 int fd = 0; variable
|
| D | FsStdioTest.cpp | 397 int fd = 0; variable
|
| D | FsStdlibTest.cpp | 115 int fd = 0; variable
|
| /test/xts/acts/utils_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 181 int fd[2]; variable 233 int fd[2]; variable
|
| D | FifoTest.cpp | 51 int fd; variable 108 int fd = -1; variable 168 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/default/test/module_fileio/members/ |
| D | open.test.js | 56 fileio.open(fpath, 0, 0o0400, function (err, fd) { argument 86 await fileio.open(fpath, 0, 0o0400, function (err, fd) { argument 115 await fileio.open(fpath, 0, function (err, fd) { argument 144 fileio.open(fpath, 0o2, function (err, fd) { argument 174 .then(function (fd) { argument 206 .then(function (fd) { argument 238 .then(function (fd) { argument 268 fileio.open(fpath, 0o0101, 0o0222, function (err, fd) { argument 296 fileio.open(fpath, 0o100, 0o0444, function (err, fd) { argument 319 fileio.open(fpath, 0o2101, 0o0222, function (err, fd) { argument
|
| /test/xts/acts/security_lite/deviceauth_basic_deps/ |
| D | hc_file_test.c | 37 static void ReadFile(char *buffer, int fd, int size) in ReadFile() 51 static void WriteFile(char *buffer, int fd, int size) in WriteFile() 70 int fd; in TestHcFileOpenAndClose() local 84 int fd = open(file, O_RDWR | O_CREAT); in TestHcFileReadAndWrite() local 116 int fd = open(file, O_RDWR); in TestHcFileSize() local
|
| D | hc_file_utils_test.c | 39 int fd; in TestHcFileUtilsFileOpenAndUtilsFileClose() local 54 int fd = UtilsFileOpen(fileName, O_RDWR_FS | O_CREAT_FS, 0); in TestHcFileUtilsFileReadAndFileWrite() local
|
| /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/useriam/face_auth/js_api_test/function_test/userauth/entry/src/main/js/default/pages/index/ |
| D | index.js | 45 let fd = fileio.openSync(path, 0o102, 0o666); variable
|
| /test/xts/acts/kernel_lite/io_posix/src/ |
| D | IoTestOther.cpp | 161 int fd = 0; variable 192 int fd = 0; variable
|
| /test/xts/acts/multimedia_lite/utils_posix/common/src/ |
| D | ActsTestMediaUtils.cpp | 91 int32_t fd = FdNull; in SampleGetRecordFd() local
|
| /test/xts/acts/security_lite/permission_posix/pms/src/ |
| D | ActsPMSDeleteTest.cpp | 280 int fd = access(TEST_APP_PATH, F_OK); variable
|
| D | ActsPMSUnloadTest.cpp | 351 int fd = access(TEST_APP_PATH, F_OK); variable
|
| D | ActsPMSLoadTest.cpp | 466 int fd = access(TEST_APP_PATH, F_OK); variable
|
| /test/developertest/aw/cxx/distributed/ |
| D | distributed.h | 47 int fd; member
|
| /test/xts/acts/security_lite/huks/common/ |
| D | hks_test_file_operator.c | 221 int fd = UtilsFileOpen(fileName, O_RDONLY_FS, 0); in FileRead() local 244 int fd = UtilsFileOpen(fileName, O_CREAT_FS | O_TRUNC_FS | O_RDWR_FS, 0); in FileWrite() local
|