Lines Matching refs:impl_file
1840 self.impl_file = None
1855 self.impl_file = extra_args[0].replace("\\", "/")
1858 self.impl_file = extra_args[1].replace("\\", "/")
1864 if not self.impl_file:
1865 self.impl_file = self.factory.CodeFilename(self.rpc_file.name)
1868 self.header_file = self.factory.HeaderFilename(self.impl_file)
1870 if not self.impl_file.endswith(".c"):
1878 impl_file = self.impl_file
1901 declare('... creating "%s"' % impl_file)
1902 with open(impl_file, "w") as impl_fp: