OpenGrok
Cross Reference: hprof.cc
xref
: /
art
/
runtime
/
hprof
/
hprof.cc
Home
|
History
|
Annotate
|
Download
|
only in
hprof
Lines Matching
refs:O_WRONLY
458
out_fd = open(filename_.c_str(),
O_WRONLY
|O_CREAT|O_TRUNC, 0644);