Searched defs:tempFileName (Results 1 – 3 of 3) sorted by relevance
61 const tempFileName = path.resolve(tmpdir.path, 'mkdtemp-'); constant
198 std::string tempFileName = tempFNameStream.str(); in TEST() local
2280 … const tempFileName = args.tmpfile === undefined ? undefined : toNormalizedPath(args.tmpfile); constant