Home
last modified time | relevance | path

Searched refs:unlinkSync (Results 1 - 25 of 40) sorted by relevance

12

/third_party/node/test/parallel/
H A Dtest-trace-events-fs-async.js27 fs.unlinkSync('fs0.txt');
35 fs.unlinkSync('fs1.txt');
43 fs.unlinkSync('fs2.txt');
50 fs.unlinkSync('fs3.txt');
58 fs.unlinkSync('fs4.txt');
59 fs.unlinkSync('a.txt');
68 fs.unlinkSync('fs5.txt');
77 fs.unlinkSync('fs6.txt');
86 fs.unlinkSync('fs7.txt');
94 fs.unlinkSync('fs
[all...]
H A Dtest-fs-realpath.js111 try { fs.unlinkSync(t[0]); } catch {
139 try { fs.unlinkSync(t[0]); } catch {
166 try { fs.unlinkSync(linkPath1); } catch {
174 try { fs.unlinkSync(entry); } catch {
197 try { fs.unlinkSync(linkPath1b); } catch {
205 try { fs.unlinkSync(entry); } catch {
231 try { fs.unlinkSync(t[0]); } catch {
260 try { fs.unlinkSync(link); } catch {
290 try { fs.unlinkSync(fn); } catch {
330 try { fs.unlinkSync(tm
[all...]
H A Dtest-stdout-to-file.js21 fs.unlinkSync(tmpFile);
36 fs.unlinkSync(tmpFile);
H A Dtest-fs-null-bytes.js79 check(fs.unlink, fs.unlinkSync, 'foo\u0000bar');
114 check(fs.unlink, fs.unlinkSync, fileUrl);
146 check(fs.unlink, fs.unlinkSync, fileUrl2);
H A Dtest-fs-copyfile.js60 fs.unlinkSync(dest);
66 fs.unlinkSync(dest);
78 tmpdir.refresh(); // Don't use unlinkSync() since the last test may fail.
H A Dtest-fs-symlink-dir-junction-relative.js58 fs.unlinkSync(linkPath);
H A Dtest-fs-watch-encoding.js92 fs.unlinkSync(a);
H A Dtest-file-write-stream2.js58 fs.unlinkSync(filepath);
H A Dtest-file-write-stream.js72 fs.unlinkSync(fn);
H A Dtest-net-pipe-connect-errors.js49 fs.unlinkSync(emptyTxt);
H A Dtest-fs-read-stream.js211 fs.unlinkSync(filename);
/third_party/node/test/report/
H A Dtest-report-writereport.js19 fs.unlinkSync(reports[0]);
57 fs.unlinkSync(absolutePath);
68 fs.unlinkSync(absolutePath);
79 fs.unlinkSync(filename);
/third_party/node/test/pummel/
H A Dtest-fs-watch-file-slow.js37 fs.unlinkSync(FILENAME);
81 fs.unlinkSync(FILENAME);
H A Dtest-fs-readfile-tostring-fail.js60 fs.unlinkSync(file);
H A Dtest-policy-integrity-worker-commonjs.js216 fs.unlinkSync(enoentFilepath);
/third_party/node/benchmark/fs/
H A Dreadfile-promises.js32 fs.unlinkSync(filename);
47 fs.unlinkSync(filename);
H A Dreadfile.js25 fs.unlinkSync(filename);
40 fs.unlinkSync(filename);
H A Dwrite-stream-throughput.js40 fs.unlinkSync(filename);
56 fs.unlinkSync(filename);
H A Dreadfile-partitioned.js28 fs.unlinkSync(filename);
47 fs.unlinkSync(filename);
H A Dread-stream-throughput.js54 fs.unlinkSync(filename);
89 fs.unlinkSync(filename);
H A Dwritefile-promises.js50 fs.unlinkSync(`${filename}-${i}`);
/third_party/node/lib/internal/fs/
H A Drimraf.js29 unlinkSync,
214 return unlinkSync(path);
/third_party/node/test/tick-processor/
H A Dtick-processor-base.js50 fs.unlinkSync(LOG_FILE);
/third_party/node/lib/internal/fs/cp/
H A Dcp-sync.js39 unlinkSync,
215 unlinkSync(dest);
340 unlinkSync(dest);
/third_party/node/deps/npm/node_modules/write-file-atomic/lib/
H A Dindex.js41 fs.unlinkSync(typeof tmpfile === 'function' ? tmpfile() : tmpfile)

Completed in 6 milliseconds

12