Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Dbase.cpp53 void GetLogDebugFunctionName(string &debugInfo, int line, string &threadIdString) in GetLogDebugFunctionName() argument
55 string tmpString = GetFileNameAny(debugInfo); in GetLogDebugFunctionName()
56 debugInfo = StringFormat("%s:%d", tmpString.c_str(), line); in GetLogDebugFunctionName()
58 debugInfo = ""; in GetLogDebugFunctionName()
61 debugInfo = "[" + debugInfo + "]"; in GetLogDebugFunctionName()
247 string debugInfo = functionName; in PrintLogEx() local
248 GetLogDebugFunctionName(debugInfo, line, threadIdString); in PrintLogEx()
251 threadIdString.c_str(), debugInfo.c_str(), buf, sep.c_str()); in PrintLogEx()
/developtools/ace_ets2bundle/compiler/src/
Dprocess_component_build.ts711 let debugInfo: string;
713debugInfo = `${path.relative(projectConfig.projectRootPath, curFileName).replace(/\\+/g, '/')}` +
716 debugInfo = `${path.relative(projectConfig.projectPath, curFileName).replace(/\\+/g, '/')}` +
722 ts.factory.createNodeArray([ts.factory.createStringLiteral(debugInfo)])));