Lines Matching refs:root_dir
49 self.root_dir = os.environ.get(constants.ANDROID_BUILD_TOP)
100 config_file = os.path.join(self.root_dir,
108 out_dir = os.path.relpath(out_dir, self.root_dir)
180 config_file = os.path.join(self.root_dir, rel_config)
260 os.path.relpath(path, self.root_dir)):
287 self.root_dir, test_dir, self.module_info)
372 test_config_path = os.path.join(self.root_dir, test_config)
408 search_dir = os.path.join(self.root_dir,
411 search_dir = self.root_dir
417 test_paths = test_finder_utils.find_class_file(self.root_dir,
490 search_dir = os.path.join(self.root_dir,
493 search_dir = self.root_dir
557 self.root_dir, dir_path, self.module_info)