Lines Matching refs:root_dir
51 self.root_dir = os.environ.get(constants.ANDROID_BUILD_TOP)
83 file_path, self.root_dir) not in module_srcs:
120 config_file = os.path.join(self.root_dir,
128 out_dir = os.path.relpath(out_dir, self.root_dir)
219 config_file = os.path.join(self.root_dir, rel_config)
343 os.path.relpath(path, self.root_dir)):
371 self.root_dir, test_dir, self.module_info)
468 test_config_path = os.path.join(self.root_dir, test_config)
512 search_dir = os.path.join(self.root_dir,
515 search_dir = self.root_dir
521 test_paths = test_finder_utils.find_class_file(self.root_dir,
534 test_paths.append(os.path.join(self.root_dir, rel_module_path))
598 src_path = os.path.join(self.root_dir, src)
674 search_dir = os.path.join(self.root_dir,
677 search_dir = self.root_dir
687 package_paths.append(os.path.join(self.root_dir, rel_module_path))
746 self.root_dir, dir_path, self.module_info)