Home
last modified time | relevance | path

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

/tools/asuite/aidegen/project/
Dproject_splitter.py347 root_path = common_util.get_android_root_dir()
353 exclude_folders.extend(get_exclude_content(root_path))
355 exclude_folders.extend(get_exclude_content(root_path, excludes))
364 os.path.join(root_path, relpath))
432 def get_exclude_content(root_path, excludes=None): argument
452 folder_path = os.path.join(root_path, folder)
/tools/asuite/aidegen/lib/
Dsource_locator.py388 root_path = common_util.get_android_root_dir()
393 real_path = os.path.join(root_path, os.path.join(*tmp_dir))
395 return os.path.relpath(real_path, root_path)
Dproject_file_gen.py238 def _get_all_git_path(root_path): argument
247 for dir_path, dir_names, _ in os.walk(root_path):