Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/tools/hdi-gen/util/
Dfile.cpp43 } else if ((mode_ & APPEND) != 0) { in File()
153 if (fd_ == nullptr || !(mode_ & (WRITE | APPEND))) { in WriteData()
163 if ((mode_ & (WRITE | APPEND)) && fd_ != nullptr) { in Flush()
Dfile.h80 static constexpr unsigned int APPEND = 0x4; variable