Searched refs:logpath (Results 1 – 2 of 2) sorted by relevance
/third_party/typescript/scripts/ |
D | open-cherry-pick-pr.ts | 53 const logpath = path.join(__dirname, "../", "logmessage.txt"); constant 59 fs.writeFileSync(logpath, logText); 61 ["git", ["commit", "-F", logpath, `--author="${currentAuthor.trim()}"`]] 63 fs.unlinkSync(logpath);
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-stress/ |
D | minimal-secure-streams.c | 560 char cxname[16], logpath[128]; in main() local 597 lws_snprintf(logpath, sizeof(logpath), "/tmp/%s.log", cxname); in main() 598 my_log_cx.opaque = (void *)logpath; in main()
|