Searched refs:testsubdir (Results 1 – 3 of 3) sorted by relevance
36 const testsubdir = path.join(testDir, 'testsubdir'); constant37 const filepath = path.join(testsubdir, 'watch.txt');39 fs.mkdirSync(testsubdir, 0o700);
17 const testsubdir = fs.mkdtempSync(testDir + path.sep); constant18 const relativePathOne = path.join(path.basename(testsubdir), filenameOne);19 const filepathOne = path.join(testsubdir, filenameOne);
95 const testsubdir = fs.mkdtempSync(testDir + path.sep); constant96 const filepath = path.join(testsubdir, 'newfile.txt');99 fs.watch(testsubdir, common.mustCall(function(event, filename) {