Lines Matching full:getmode
2070 return NODEFS.createNode(null, '/', NODEFS.getMode(mount.opts.root), 0);
2079 },getMode:function (path) {
2161 var mode = NODEFS.getMode(path);
3357 },getMode:function (canRead, canWrite) {
3407 var mode = FS.getMode(canRead, canWrite);
3426 var mode = FS.getMode(canRead, canWrite);
3430 var mode = FS.getMode(canRead, canWrite);
3448 var mode = FS.getMode(!!input, !!output);