Lines Matching refs:fullpath
55 var fullpath = null;
64 fullpath = p;
68 if (!fullpath) {
71 this.pathsToNames[fullpath] = name;
73 src: fs.readFileSync(fullpath, 'utf-8'),
74 path: fullpath,
118 var fullpath;
120 fullpath = require.resolve(name);
124 this.pathsToNames[fullpath] = name;
126 src: fs.readFileSync(fullpath, 'utf-8'),
127 path: fullpath,