Home
last modified time | relevance | path

Searched defs:fdOut (Results 1 - 4 of 4) sorted by relevance

/test/xts/hats/kernel/syscalls/fileio/splice/
H A DSpliceApiTest.cpp111 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 DCopyFileRangeApiTest.cpp83 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 Dfile_util.cpp312 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 Dunistdndk.cpp1840 int fdOut = PARAM_0; in Copy_file_range() local

Completed in 7 milliseconds