Searched refs:tmpStringBuf (Results 1 – 1 of 1) sorted by relevance
52 char tmpStringBuf[BUF_SIZE_MEDIUM] = ""; in GetDevItem() local54 auto res = GetParameter(key, preDefine, tmpStringBuf, BUF_SIZE_MEDIUM); in GetDevItem()61 Base::RunPipeComand(stringBuf.c_str(), tmpStringBuf, BUF_SIZE_MEDIUM - 1, true); in GetDevItem()62 if (!strcmp(sFailString.c_str(), tmpStringBuf)) { in GetDevItem()65 Base::ZeroStruct(tmpStringBuf); in GetDevItem()68 out = tmpStringBuf; in GetDevItem()