Searched refs:root_path (Results 1 – 3 of 3) sorted by relevance
347 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): argument452 folder_path = os.path.join(root_path, folder)
388 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)
238 def _get_all_git_path(root_path): argument247 for dir_path, dir_names, _ in os.walk(root_path):