HomeSort by: relevance | last modified time | path
    Searched defs:to_open_flags (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/src/filesystem/
operations.cpp 953 int to_open_flags = O_WRONLY | O_BINARY; local
955 to_open_flags |= O_CREAT;
957 &to, m_ec, to_open_flags, from_stat.st_mode);
operations.cpp 953 int to_open_flags = O_WRONLY | O_BINARY; local
955 to_open_flags |= O_CREAT;
957 &to, m_ec, to_open_flags, from_stat.st_mode);

Completed in 42 milliseconds