Lines Matching refs:GetAbsolutePath
165 self.build_path = self.GetAbsolutePath(build_settings['build_dir'])
167 def GetAbsolutePath(self, path): member in Project
238 output_abs_path = project.GetAbsolutePath(output)
258 out.write(CMakeStringEscape(project.GetAbsolutePath(script)))
301 source_abs_path = project.GetAbsolutePath(source)
307 output_abs_path = project.GetAbsolutePath(output)
328 out.write(CMakeStringEscape(project.GetAbsolutePath(script)))
366 output_abs_path = project.GetAbsolutePath(output)
376 abs_src_path = CMakeStringEscape(project.GetAbsolutePath(src))
430 out.write(project.GetAbsolutePath(include_dir))
509 source_abs_path = project.GetAbsolutePath(source)
513 input_abs_path = project.GetAbsolutePath(input_path)
618 libraries.add(project.GetAbsolutePath(external_library))