Searched refs:relative_path (Results 1 – 2 of 2) sorted by relevance
28 def relative_to_abs_path(relative_path): argument29 return os.path.join(SCRIPT_DIR, relative_path)34 for relative_path in relative_path_list:35 abs_paths.append(relative_to_abs_path(relative_path))
59 return llvm::sys::path::relative_path(norm_path.str()).str(); in NormalizePath()