OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Mar 02 05:31:46 UTC 2026