Home
last modified time | relevance | path

Searched refs:filepathOne (Results 1 – 2 of 2) sorted by relevance

/third_party/node/test/pummel/
Dtest-fs-watch-file.js38 const filepathOne = path.join(testDir, filenameOne); constant
57 fs.writeFileSync(filepathOne, 'hello');
60 () => { fs.watchFile(filepathOne); },
65 fs.watchFile(filepathOne, function() {
66 fs.unwatchFile(filepathOne);
71 fs.writeFileSync(filepathOne, 'world');
/third_party/node/test/parallel/
Dtest-fs-watch-recursive.js19 const filepathOne = path.join(testsubdir, filenameOne); constant
46 fs.writeFileSync(filepathOne, 'world');
49 fs.writeFileSync(filepathOne, 'world');