Lines Matching refs:rootdir
782 def find_sub_files_from_env(cls, rootdir, env, use_subdirs, argument
790 subs.extend(os.path.join(rootdir, filename)
797 subs.extend(cls.glob_sub_files(os.path.join(rootdir, path),
801 subs.extend(cls.glob_sub_files(os.path.join(rootdir, path),
832 rootdir = os.path.dirname(path)
834 sub_file_paths = self.find_sub_files_from_env(rootdir, sub_env,
851 rootdir = os.path.dirname(path)
852 assert rootdir, 'rootdir is empty but must be non-empty'
854 envs = [(rootdir, env)]
858 for basedir, dirnames, filenames in os.walk(rootdir):
868 if basedir == rootdir and name == 'out':
975 rootdir = os.path.dirname(os.path.abspath(root_bp))
976 namespaces = {rootdir}
987 rootdir_prefix_len = len(rootdir) + 1