Home
last modified time | relevance | path

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

/test/testfwk/developer_test/aw/cxx/distributed/
Ddistributed_cfg.cpp39 std::string strline; in OpenCfg() local
48 while (getline(cfgFile, strline)) { in OpenCfg()
49 if (strline == "") { in OpenCfg()
52 position = strline.find(":"); in OpenCfg()
56 key = strline.substr(0, position); in OpenCfg()
57 value = strline.substr(position + 1); in OpenCfg()