Lines Matching refs:GetAbsolutePath
168 def GetAbsolutePath(self, path): member in Project
239 output_abs_path = project.GetAbsolutePath(output)
259 out.write(CMakeStringEscape(project.GetAbsolutePath(script)))
302 source_abs_path = project.GetAbsolutePath(source)
308 output_abs_path = project.GetAbsolutePath(output)
329 out.write(CMakeStringEscape(project.GetAbsolutePath(script)))
367 output_abs_path = project.GetAbsolutePath(output)
377 abs_src_path = CMakeStringEscape(project.GetAbsolutePath(src))
431 out.write(project.GetAbsolutePath(include_dir))
510 source_abs_path = project.GetAbsolutePath(source)
514 input_abs_path = project.GetAbsolutePath(input_path)
618 libraries.add(project.GetAbsolutePath(external_library))