Home | History | Annotate | Download | only in profviz

Lines Matching refs:createDevice

1311       },createDevice:function (parent, name, input, output) {
1406 var stdin = FS.createDevice(devFolder, 'stdin', input);
1407 var stdout = FS.createDevice(devFolder, 'stdout', null, output);
1408 var stderr = FS.createDevice(devFolder, 'stderr', null, error);
1409 FS.createDevice(devFolder, 'tty', input, output);
1410 FS.createDevice(devFolder, 'null', function(){}, function(){});
4349 __ATINIT__.unshift({ func: function() { if (!Module["noFSInit"] && !FS.init.initialized) FS.init() } });__ATMAIN__.push({ func: function() { FS.ignorePermissions = false } });__ATEXIT__.push({ func: function() { FS.quit() } });Module["FS_createFolder"] = FS.createFolder;Module["FS_createPath"] = FS.createPath;Module["FS_createDataFile"] = FS.createDataFile;Module["FS_createPreloadedFile"] = FS.createPreloadedFile;Module["FS_createLazyFile"] = FS.createLazyFile;Module["FS_createLink"] = FS.createLink;Module["FS_createDevice"] = FS.createDevice;