Home
last modified time | relevance | path

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

/external/srec/tools/grxmlcompile/
Dgrxmldoc.cpp1276 std::string outscript; in WriteOLabels() local
1283 outscript = ""; in WriteOLabels()
1284 invMap.getValue(i,&outscript); in WriteOLabels()
1285 if(outscript.length() == 0) { in WriteOLabels()
1289 outfile << outscript.c_str() << " " << i << std::endl; in WriteOLabels()