Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp314 int to_open_flags = O_WRONLY | O_BINARY; in __copy_file() local
316 to_open_flags |= O_CREAT; in __copy_file()
317 …FileDescriptor to_fd = FileDescriptor::create_with_status(&to, m_ec, to_open_flags, from_stat.st_m… in __copy_file()