Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/libraries/tc/src/
DTCTPLToolbox.cpp294 static void TCGetFileModTime ( const char* tplName, struct tm* refTmPtr );
300 static u32 TCGetTplVersion ( const char* tplName );
310 static void TCWriteCachedScriptFile ( const char* tplName, struct tm* refTmPtr );
2617 static u32 TCGetTplVersion ( const char* tplName ) in TCGetTplVersion() argument
2623 fp = fopen( tplName, "rb"); in TCGetTplVersion()
2624 TCAssertMsg( (fp != NULL), "TCGetTplVersion: couldn't open existing tpl %s for read\n", tplName ); in TCGetTplVersion()
2630 TCErrorMsg( "TCGetTplVersion: fread failed for %s version number\n", tplName ); in TCGetTplVersion()
2816 static void TCWriteCachedScriptFile( const char* tplName, struct tm* refTmPtr ) in TCWriteCachedScriptFile() argument
2836 TCAssertMsg( (tplName != NULL), "TCWriteCachedScriptFile: NULL tplName\n" ); in TCWriteCachedScriptFile()
2837 TCAssertMsg( (*tplName != '\0'), "TCWriteCachedScriptFile: NULL tplName\n" ); in TCWriteCachedScriptFile()
[all …]