Searched refs:debugInfo (Results 1 – 2 of 2) sorted by relevance
/developtools/hdc/src/common/ |
D | base.cpp | 85 void GetLogDebugFunctionName(string &debugInfo, int line, string &threadIdString) in GetLogDebugFunctionName() argument 87 string tmpString = GetFileNameAny(debugInfo); in GetLogDebugFunctionName() 88 debugInfo = StringFormat("%s:%d", tmpString.c_str(), line); in GetLogDebugFunctionName() 90 debugInfo = ""; in GetLogDebugFunctionName() 93 debugInfo = "[" + debugInfo + "]"; in GetLogDebugFunctionName() 338 string debugInfo = functionName; in PrintLogEx() local 339 GetLogDebugFunctionName(debugInfo, line, threadIdString); in PrintLogEx() 342 threadIdString.c_str(), debugInfo.c_str(), buf, sep.c_str()); in PrintLogEx()
|
/developtools/ace_ets2bundle/compiler/src/ |
D | process_component_build.ts | 980 let debugInfo: string; 983 … debugInfo = `${path.relative(projectConfig.projectRootPath, curFileName).replace(/\\+/g, '/')}` + 986 … debugInfo = `${path.relative(projectConfig.projectPath, curFileName).replace(/\\+/g, '/')}` + 990 debugInfo = `${path.relative(projectConfig.projectRootPath, curFileName)}` + 996 ts.factory.createNodeArray([ts.factory.createStringLiteral(debugInfo)])));
|