Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/util/common/src/
H A Dutil.cpp194 char bufLine[bufLineSize] = { 0 }; in GetProgramName() local
195 if ((fgets(bufLine, bufLineSize, fp) == nullptr)) { in GetProgramName()
208 std::string tempName(bufLine); in GetProgramName()

Completed in 2 milliseconds