Searched refs:common_target_path (Results 1 – 1 of 1) sorted by relevance
216 char *up, *common_target_path, *relative_path; in relative_path_to() local276 common_target_path = node_offset(to_absolute, common + 1); in relative_path_to()277 if (!common_target_path) { in relative_path_to()285 if (asprintf(&relative_path, "%s%s", up, common_target_path) == -1) { in relative_path_to()287 up, common_target_path, -ENOMEM); in relative_path_to()
Completed in 4 milliseconds