Home | History | Annotate | Download | only in poppler

Lines Matching defs:mounts

2423     }var FS={root:null,mounts:[],devices:[null],streams:[null],nextInode:1,nameTable:null,currentPath:"/",initialized:false,ignorePermissions:true,ErrnoError:null,genericErrors:{},handleFSError:function (e) {
2741 var total = FS.mounts.length;
2751 // sync all mounts
2752 for (var i = 0; i < FS.mounts.length; i++) {
2753 var mount = FS.mounts[i];
2785 // add to our cached list of mounts
2786 FS.mounts.push(mount);