Home
last modified time | relevance | path

Searched defs:lineMaxSize (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/util/
H A Dstring_helper.h47 static constexpr size_t lineMaxSize = 1024; // 1KB variable
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/util/
H A Dstring_helper.h58 static constexpr size_t lineMaxSize = 2048; // 2KB variable
/ohos5.0/base/startup/init/interfaces/innerkits/fs_manager/
H A Dfstab_mount.c113 int lineMaxSize = LOG_LINE_SZ - 1; in LogToKmsg() local