Home
last modified time | relevance | path

Searched refs:HEADER_SIZE_LEN (Results 1 - 2 of 2) sorted by relevance

/developtools/hdc/src/common/
H A Dheader.cpp88 std::string octalStr(reinterpret_cast<char*>(this->size), (HEADER_SIZE_LEN - 1)); in Size()
107 auto sizeStr = DecimalToOctalString(fileLen, HEADER_SIZE_LEN - 1); in UpdataSize()
110 int rc = snprintf_s(p, HEADER_SIZE_LEN, HEADER_SIZE_LEN - 1, "%s", sizeStr.c_str()); in UpdataSize()
H A Dheader.h28 #define HEADER_SIZE_LEN 12 macro

Completed in 2 milliseconds