OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:modelmapfile
(Results
1 - 1
of
1
) sorted by null
/external/srec/tools/grxmlcompile/
grxmlcompile.cpp
254
char
modelmapfile
[MAX_PATH_NAME];
local
276
//
modelmapfile
278
ESR_SessionGetLCHAR ( L("cmdline.arbfile"), (LCHAR*)
modelmapfile
, &len);
280
status = ESR_SessionPrefixWithBaseDirectory ( (LCHAR*)
modelmapfile
, &len);
281
char* p = strrchr(
modelmapfile
,'/');
282
if(!p) p = strrchr(
modelmapfile
,'\\');
294
status = make_openfst_graphs( doc, grxmlbase, (const char*)vocfile, (const char*)cfstfile, (const char*)
modelmapfile
);
[
all
...]
Completed in 105 milliseconds