Home
last modified time | relevance | path

Searched refs:wd_ (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/capsicum-test/
H A Dcopy_file_range.cc29 wd_ = open(TmpFile(TOPDIR), O_DIRECTORY); in CopyFileRangeTest()
30 EXPECT_OK(wd_); in CopyFileRangeTest()
35 close(wd_); in ~CopyFileRangeTest()
53 int wd_; member in CopyFileRangeTest
56 int fd = openat(wd_, INFILE, O_RDONLY); in openInFile()
62 int fd = openat(wd_, OUTFILE, O_WRONLY); in openOutFile()