Home
last modified time | relevance | path

Searched refs:streamName (Results 1 - 3 of 3) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-child-process-exec-maxbuf.js6 function runChecks(err, stdio, streamName, expected) {
7 assert.strictEqual(err.message, `${streamName} maxBuffer length exceeded`);
10 assert.deepStrictEqual(stdio[streamName], expected);
H A Dtest-child-process-execfile-maxbuf.js6 function checkFactory(streamName) {
9 assert.strictEqual(err.message, `${streamName} maxBuffer length exceeded`);
/third_party/lzma/CPP/Windows/
H A DFileFind.cpp506 UString streamName = fs2us(path + (unsigned)colonPos); in Find() local
514 if (streamName.Len() <= kPostfixSize in Find()
515 || !StringsAreEqualNoCase_Ascii(streamName.RightPtr(kPostfixSize), ":$DATA")) in Find()
516 streamName += ":$DATA"; in Find()
548 if (si.Name.IsEqualTo_NoCase(streamName)) in Find()

Completed in 3 milliseconds