Home
last modified time | relevance | path

Searched refs:rootdir (Results 1 – 1 of 1) sorted by relevance

/development/vndk/tools/sourcedr/sourcedr/blueprint/
Dblueprint.py774 def find_sub_files_from_env(cls, rootdir, env, use_subdirs, argument
782 subs.extend(os.path.join(rootdir, filename)
789 subs.extend(cls.glob_sub_files(os.path.join(rootdir, path),
793 subs.extend(cls.glob_sub_files(os.path.join(rootdir, path),
824 rootdir = os.path.dirname(path)
826 sub_file_paths = self.find_sub_files_from_env(rootdir, sub_env,
843 rootdir = os.path.dirname(path)
844 envs = [(rootdir, env)]
848 for basedir, dirnames, filenames in os.walk(rootdir):
858 if basedir == rootdir and name == 'out':