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);