Lines Matching refs:EEXIST
224 `EEXIST: file already exists, link '${existingFile}' -> ` +
227 assert.strictEqual(err.code, 'EEXIST');
247 `EEXIST: file already exists, symlink '${existingFile}' -> ` +
250 assert.strictEqual(err.code, 'EEXIST');
315 // Could be ENOTEMPTY, EEXIST, or EPERM, depending on the platform
327 } else if (err.code === 'EEXIST') { // smartos and aix
330 `EEXIST: file already exists, rename '${existingDir}' -> ` +
407 `EEXIST: file already exists, mkdir '${existingFile}'`);
409 assert.strictEqual(err.code, 'EEXIST');
681 if (err.code === 'ENOENT') { // Could be ENOENT or EEXIST
690 'EEXIST: file already exists, copyfile ' +
693 assert.strictEqual(err.code, 'EEXIST');