Searched defs:fdOut (Results 1 - 4 of 4) sorted by relevance
| /test/xts/hats/kernel/syscalls/fileio/splice/ |
| H A D | SpliceApiTest.cpp | 111 int fdOut = open(TEST_WRITE_FILE, O_RDWR | O_CREAT, 0644); in HWTEST_F() local 184 int fdOut = open(TEST_WRITE_FILE, O_RDWR | O_TRUNC | O_CREAT, 0644); in HWTEST_F() local [all...] |
| /test/xts/hats/kernel/syscalls/fileio/copyfilerange/ |
| H A D | CopyFileRangeApiTest.cpp | 83 int fdOut = open(TEST_DES_FILE, O_RDWR | O_CREAT | O_TRUNC, MODE_0644); in HWTEST_F() local 144 int fdOut = open(TEST_DES_FILE, O_RDWR | O_CREAT | O_TRUNC, MODE_0644); in HWTEST_F() local 176 int fdOut = open(TEST_DES_FILE, O_RDONLY | O_CREAT, MODE_0644); HWTEST_F() local 223 int fdOut = open(TEST_DES_DIR, O_RDONLY | O_DIRECTORY); HWTEST_F() local [all...] |
| /base/hiviewdfx/hiview/base/utility/ |
| H A D | file_util.cpp | 312 int fdOut = open(des.c_str(), O_CREAT | O_RDWR, 0664); in CopyFileFast() local
|
| /test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
| H A D | unistdndk.cpp | 1840 int fdOut = PARAM_0;
in Copy_file_range() local
|
Completed in 7 milliseconds