Home
last modified time | relevance | path

Searched defs:BUFFER_SIZE (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ohos/
Daot_runtime_info.h58 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/
Dsetruntimeinfo_fuzzer.cpp26 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/
Dfile.h137 constexpr size_t BUFFER_SIZE = 1024; in GetExecutablePath() local
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dfile.h147 constexpr size_t BUFFER_SIZE = 1024; in GetExecutablePath() local
/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.cpp176 static constexpr int BUFFER_SIZE = 2240; // 2240: The size of the character array buffer in DoubleToString() local