Searched defs:fileURL (Results 1 – 4 of 4) sorted by relevance
/third_party/node/test/parallel/ |
D | test-url-fileurltopath.js | 57 { path: 'C:\\foo', fileURL: 'file:///C:/foo' }, property 59 { path: 'C:\\FOO', fileURL: 'file:///C:/FOO' }, property 61 { path: 'C:\\dir\\foo', fileURL: 'file:///C:/dir/foo' }, property 63 { path: 'C:\\dir\\', fileURL: 'file:///C:/dir/' }, property 65 { path: 'C:\\foo.mjs', fileURL: 'file:///C:/foo.mjs' }, property 67 { path: 'C:\\foo bar', fileURL: 'file:///C:/foo%20bar' }, property 69 { path: 'C:\\foo?bar', fileURL: 'file:///C:/foo%3Fbar' }, property 71 { path: 'C:\\foo#bar', fileURL: 'file:///C:/foo%23bar' }, property 73 { path: 'C:\\foo&bar', fileURL: 'file:///C:/foo&bar' }, property 75 { path: 'C:\\foo=bar', fileURL: 'file:///C:/foo=bar' }, property [all …]
|
D | test-url-pathtofileurl.js | 7 const fileURL = url.pathToFileURL('test/').href; constant 13 const fileURL = url.pathToFileURL('test\\').href; constant 22 const fileURL = url.pathToFileURL('test/%').href; constant 41 const fileURL = url.pathToFileURL('\\\\nas\\share\\path.txt').href; constant
|
D | test-fs-rm.js | 273 const fileURL = pathToFileURL(path.join(tmpdir.path, 'rm-file.txt')); constant 379 const fileURL = pathToFileURL(path.join(tmpdir.path, 'rm-promises-file.txt')); constant
|
/third_party/node/test/common/ |
D | fixtures.js | 34 fileURL: fixturesFileURL, property
|