Home
last modified time | relevance | path

Searched refs:secFd (Results 1 - 1 of 1) sorted by relevance

/test/xts/hats/kernel/syscalls/fileio/sendfile/
H A DSendfileApiTest.cpp67 int secFd = open(SEC_FILE, O_CREAT | O_RDWR, 0644); in HWTEST_F() local
68 EXPECT_GE(secFd, 0); in HWTEST_F()
70 ssize_t size = sendfile(secFd, firFd, nullptr, STR_COUNT); in HWTEST_F()
72 size = sendfile(secFd, firFd, nullptr, LOW_COUNT); in HWTEST_F()

Completed in 1 milliseconds