Lines Matching refs:abs_path
69 def _find_parent(abs_path, current_parent): argument
81 return abs_path
82 if common_util.is_source_under_relative_path(abs_path, current_parent):
84 if common_util.is_source_under_relative_path(current_parent, abs_path):
85 return abs_path
87 os.path.dirname(abs_path), os.path.dirname(current_parent))
129 _, abs_path = common_util.get_related_paths(cc_module_info, target)
130 parent_folder = _find_parent(abs_path, parent_folder)
185 rel_path, abs_path = common_util.get_related_paths(
187 if _check_java_file_exists(abs_path):
194 def _check_java_file_exists(abs_path): argument
203 for _, _, filenames in os.walk(abs_path):