Lines Matching refs:GetAbsolutePath
166 def GetAbsolutePath(self, path): member in Project
237 output_abs_path = project.GetAbsolutePath(output)
257 out.write(CMakeStringEscape(project.GetAbsolutePath(script)))
300 source_abs_path = project.GetAbsolutePath(source)
306 output_abs_path = project.GetAbsolutePath(output)
327 out.write(CMakeStringEscape(project.GetAbsolutePath(script)))
365 output_abs_path = project.GetAbsolutePath(output)
375 abs_src_path = CMakeStringEscape(project.GetAbsolutePath(src))
429 out.write(project.GetAbsolutePath(include_dir))
495 source_abs_path = project.GetAbsolutePath(source)
499 input_abs_path = project.GetAbsolutePath(input_path)
603 libraries.add(project.GetAbsolutePath(external_library))