Searched refs:root_path (Results 1 – 3 of 3) sorted by relevance
252 root_path = common_util.get_android_root_dir()258 exclude_folders.extend(get_exclude_content(root_path))260 exclude_folders.extend(get_exclude_content(root_path, excludes))269 os.path.join(root_path, relpath))278 def get_exclude_content(root_path, excludes=None): argument298 folder_path = os.path.join(root_path, folder)
391 root_path = common_util.get_android_root_dir()396 real_path = os.path.join(root_path, os.path.join(*tmp_dir))398 return os.path.relpath(real_path, root_path)
239 def _get_all_git_path(root_path): argument248 for dir_path, dir_names, _ in os.walk(root_path):