Searched defs:dirs (Results 1 – 4 of 4) sorted by relevance
158 ImmutableList<File> dirs = findSourceDirs(child); in findSourceDirs() local
234 File dirs = new File(f.getParent()); in doInBackground() local
71 List<File> dirs = new ArrayList<File>(); in run() local
3300 def _check_arg_dir_exists(self, arg_name, dirs): argument