Home
last modified time | relevance | path

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

/test/ostest/wukong/common/src/
Dwukong_util.cpp658 const unsigned int NUMBER_SIZE = 1024; in runProcess() local
661 char line[NUMBER_SIZE]; in runProcess()
662 while (fgets(line, NUMBER_SIZE, fp)) { in runProcess()