OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:grxmlbase
(Results
1 - 1
of
1
) sorted by null
/external/srec/tools/grxmlcompile/
grxmlcompile.cpp
236
std::string
grxmlbase
= outdir + "/" + ExtractFileName(grxmlfile);
local
237
unsigned int p1 =
grxmlbase
.find_last_of(".");
239
grxmlbase
.assign(
grxmlbase
, 0, p1);
242
newName =
grxmlbase
+ ".map";
244
newName =
grxmlbase
+ ".script";
247
doc->writeGraphFiles(
grxmlbase
, false );
294
status = make_openfst_graphs( doc,
grxmlbase
, (const char*)vocfile, (const char*)cfstfile, (const char*)modelmapfile);
301
newName =
grxmlbase
+ ".params";
[
all
...]
Completed in 55 milliseconds