Lines Matching refs:dirs
11 var dirs = {};
12 dirs[path.resolve('/foo/bar')] = true;
21 cb(null, !!dirs[path.resolve(dir)]);
61 var dirs = {};
62 dirs[path.resolve('/foo/bar')] = true;
71 cb(null, !!dirs[path.resolve(dir)]);
115 var dirs = {};
116 dirs[path.resolve('/foo')] = true;
117 dirs[path.resolve('/foo/node_modules')] = true;
126 cb(null, !!dirs[path.resolve(dir)]);
153 var dirs = {};
154 dirs[path.resolve('/foo')] = true;
155 dirs[path.resolve('/foo/node_modules')] = true;
164 cb(null, !!dirs[path.resolve(dir)]);
190 var dirs = {};
191 dirs[path.resolve('/foo/bar')] = true;
192 dirs[path.resolve('/foo/bar/symlinked')] = true;
202 cb(null, !!dirs[path.resolve(dir)]);
251 var dirs = {};
252 dirs[path.resolve('/foo')] = true;
253 dirs[path.resolve('/foo/node_modules')] = true;
262 cb(null, !!dirs[path.resolve(dir)]);