Searched refs:rootdir (Results 1 – 1 of 1) sorted by relevance
/development/vndk/tools/sourcedr/blueprint/ |
D | blueprint.py | 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): [all …]
|