Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Dbase.cpp50 void GetLogDebugFunctionName(string &debugInfo, int line, string &threadIdString) in GetLogDebugFunctionName() argument
52 string tmpString = GetFileNameAny(debugInfo); in GetLogDebugFunctionName()
53 debugInfo = StringFormat("%s:%d", tmpString.c_str(), line); in GetLogDebugFunctionName()
55 debugInfo = ""; in GetLogDebugFunctionName()
58 debugInfo = "[" + debugInfo + "]"; in GetLogDebugFunctionName()
244 string debugInfo = functionName; in PrintLogEx() local
245 GetLogDebugFunctionName(debugInfo, line, threadIdString); in PrintLogEx()
248 threadIdString.c_str(), debugInfo.c_str(), buf, sep.c_str()); in PrintLogEx()
/developtools/ace_ets2bundle/compiler/src/
Dprocess_component_build.ts865 let debugInfo: string;
868debugInfo = `${path.relative(projectConfig.projectRootPath, curFileName).replace(/\\+/g, '/')}` +
871debugInfo = `${path.relative(projectConfig.projectPath, curFileName).replace(/\\+/g, '/')}` +
875 debugInfo = `${path.relative(projectConfig.projectRootPath, curFileName)}` +
881 ts.factory.createNodeArray([ts.factory.createStringLiteral(debugInfo)])));