Searched refs:streamName (Results 1 – 4 of 4) sorted by relevance
/third_party/node/test/parallel/ |
D | test-dummy-stdio.js | 9 function runTest(fd, streamName, testOutputStream, expectedName) { argument 17 const ctorName = process.${streamName}.constructor.name;
|
D | test-child-process-exec-maxbuf.js | 6 function runChecks(err, stdio, streamName, expected) { argument 7 assert.strictEqual(err.message, `${streamName} maxBuffer length exceeded`); 10 assert.deepStrictEqual(stdio[streamName], expected);
|
D | test-child-process-execfile-maxbuf.js | 6 function checkFactory(streamName) { argument 9 assert.strictEqual(err.message, `${streamName} maxBuffer length exceeded`);
|
/third_party/lzma/CPP/Windows/ |
D | FileFind.cpp | 502 UString streamName = fs2us(path + (unsigned)colonPos); in Find() local 510 if (streamName.Len() <= kPostfixSize in Find() 511 || !StringsAreEqualNoCase_Ascii(streamName.RightPtr(kPostfixSize), ":$DATA")) in Find() 512 streamName += ":$DATA"; in Find() 544 if (si.Name.IsEqualTo_NoCase(streamName)) in Find()
|