Home
last modified time | relevance | path

Searched refs:streamName (Results 1 – 4 of 4) sorted by relevance

/third_party/node/test/parallel/
Dtest-dummy-stdio.js9 function runTest(fd, streamName, testOutputStream, expectedName) { argument
17 const ctorName = process.${streamName}.constructor.name;
Dtest-child-process-exec-maxbuf.js6 function runChecks(err, stdio, streamName, expected) { argument
7 assert.strictEqual(err.message, `${streamName} maxBuffer length exceeded`);
10 assert.deepStrictEqual(stdio[streamName], expected);
Dtest-child-process-execfile-maxbuf.js6 function checkFactory(streamName) { argument
9 assert.strictEqual(err.message, `${streamName} maxBuffer length exceeded`);
/third_party/lzma/CPP/Windows/
DFileFind.cpp502 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()