Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Dfd_output.cpp22 const mode_t FDOutput::OPEN_ARGV = 0664; member in OHOS::HiviewDFX::FDOutput
47 fd_ = open(path_.c_str(), O_WRONLY | O_CREAT | O_APPEND, OPEN_ARGV); in PreExecute()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/executor/
H A Dfd_output.h57 static const mode_t OPEN_ARGV; variable