Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/libraries/tc/src/
DTCTPLToolbox.cpp289 static void TCGetFileModTime ( const char* tplName, struct tm* refTmPtr );
295 static u32 TCGetTplVersion ( const char* tplName );
305 static void TCWriteCachedScriptFile ( const char* tplName, struct tm* refTmPtr );
2612 static u32 TCGetTplVersion ( const char* tplName ) in TCGetTplVersion() argument
2618 fp = fopen( tplName, "rb"); in TCGetTplVersion()
2619 TCAssertMsg( (fp != NULL), "TCGetTplVersion: couldn't open existing tpl %s for read\n", tplName ); in TCGetTplVersion()
2625 TCErrorMsg( "TCGetTplVersion: fread failed for %s version number\n", tplName ); in TCGetTplVersion()
2811 static void TCWriteCachedScriptFile( const char* tplName, struct tm* refTmPtr ) in TCWriteCachedScriptFile() argument
2831 TCAssertMsg( (tplName != NULL), "TCWriteCachedScriptFile: NULL tplName\n" ); in TCWriteCachedScriptFile()
2832 TCAssertMsg( (*tplName != '\0'), "TCWriteCachedScriptFile: NULL tplName\n" ); in TCWriteCachedScriptFile()
[all …]