Home
last modified time | relevance | path

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

/ohos5.0/base/msdp/device_status/utils/common/src/
H A Dutil.cpp219 static constexpr size_t bufLineSize = 512; in GetProgramName() local
220 char bufLine[bufLineSize] = { 0 }; in GetProgramName()
221 if ((fgets(bufLine, bufLineSize, fp) == nullptr)) { in GetProgramName()
/ohos5.0/foundation/multimodalinput/input/util/common/src/
H A Dutil.cpp193 static constexpr size_t bufLineSize = 512; in GetProgramName() local
194 char bufLine[bufLineSize] = { 0 }; in GetProgramName()
195 if ((fgets(bufLine, bufLineSize, fp) == nullptr)) { in GetProgramName()