Searched refs:newLog (Results 1 – 2 of 2) sorted by relevance
/third_party/typescript/src/loggedIO/ |
D | loggedIO.ts | 248 …const newLog = oldStyleLogIntoNewStyleLog(recordLog, (path, str) => underlying.writeFile(path, str… constant 249 …underlying.writeFile(ts.combinePaths(getBase(), "test.json"), JSON.stringify(newLog, null, 4)); //… 250 const syntheticTsconfig = generateTsconfig(newLog); 258 …function generateTsconfig(newLog: IoLog): undefined | { compilerOptions: ts.CompilerOptions, files… 259 if (newLog.filesRead.some(file => /tsconfig.+json$/.test(file.path))) { 263 for (const file of newLog.filesRead) { 271 return { compilerOptions: ts.parseCommandLine(newLog.arguments).options, files };
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | Program.cpp | 2606 char *newLog = new char[logLength + infoLength + 2]; in appendToInfoLog() local 2607 strcpy(newLog, infoLog); in appendToInfoLog() 2608 strcpy(newLog + logLength, info); in appendToInfoLog() 2609 strcpy(newLog + logLength + infoLength, "\n"); in appendToInfoLog() 2612 infoLog = newLog; in appendToInfoLog()
|