Home
last modified time | relevance | path

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

/development/vndk/tools/definition-tool/tools/
Dupdate_dataset.py39 name_path_dict = {}
58 name_path_dict[name] = path
60 return (result, name_path_dict)
108 installed_paths, name_path_dict = load_install_paths(args.module_info)
126 def get_subdir_and_name(name, name_path_dict, prefix_core, prefix_vendor): argument
128 path = name_path_dict[name + '.vendor']
135 path = name_path_dict[name]
148 path = name_path_dict[name]
160 name = get_subdir_and_name(name, name_path_dict, prefix_core,
166 name = get_subdir_and_name(name, name_path_dict, prefix_core,
[all …]