Home
last modified time | relevance | path

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

/tools/asuite/aidegen/project/
Dsource_splitter.py243 root_path = common_util.get_android_root_dir()
249 exclude_folders.extend(get_exclude_content(root_path))
251 exclude_folders.extend(get_exclude_content(root_path, excludes))
260 os.path.join(root_path, relpath))
269 def get_exclude_content(root_path, excludes=None): argument
289 folder_path = os.path.join(root_path, folder)
/tools/asuite/aidegen/lib/
Dproject_file_gen.py239 def _get_all_git_path(root_path): argument
248 for dir_path, dir_names, _ in os.walk(root_path):
Dsource_locator.py390 root_path = common_util.get_android_root_dir()
395 real_path = os.path.join(root_path, os.path.join(*tmp_dir))
397 return os.path.relpath(real_path, root_path)