Searched defs:BUFFER_SIZE (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ohos/ |
| D | aot_runtime_info.h | 58 constexpr static const int BUFFER_SIZE = 4096; variable 301 int getLength(char lines[][BUFFER_SIZE], int maxInput) const in getLength() 312 void GetCrashRuntimeInfoList(char lines[][BUFFER_SIZE]) const in GetCrashRuntimeInfoList() 332 void GetRealPathRuntimeInfoList(char lines[][BUFFER_SIZE], const std::string &pgoRealPath) const in GetRealPathRuntimeInfoList() 351 void SetRuntimeInfo(const char *realOutPath, char lines[][BUFFER_SIZE], int length) const in SetRuntimeInfo() 366 …void GetRuntimeInfoByPath(char lines[][BUFFER_SIZE], const char *realOutPath, const char *soBuildI… in GetRuntimeInfoByPath()
|
| /arkcompiler/ets_runtime/test/fuzztest/setruntimeinfo_fuzzer/ |
| D | setruntimeinfo_fuzzer.cpp | 26 void TestSetRuntimeInfo(const char *realOutPath, char lines[][BUFFER_SIZE], int length) const in TestSetRuntimeInfo() 31 …void TestGetRuntimeInfoByPath(char lines[][BUFFER_SIZE], const char *realOutPath, const char *soBu… in TestGetRuntimeInfoByPath()
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| D | file.h | 137 constexpr size_t BUFFER_SIZE = 1024; in GetExecutablePath() local
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| D | file.h | 147 constexpr size_t BUFFER_SIZE = 1024; in GetExecutablePath() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | number_helper.cpp | 176 static constexpr int BUFFER_SIZE = 2240; // 2240: The size of the character array buffer in DoubleToString() local
|