Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/automotive/can/1.0/default/libc++fs/src/filesystem/
H A Doperations.cpp798 int to_open_flags = O_WRONLY; in __copy_file() local
800 to_open_flags |= O_CREAT; in __copy_file()
802 &to, m_ec, to_open_flags, from_stat.st_mode); in __copy_file()