HomeSort by: relevance | last modified time | path
    Searched refs:impl_file (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libevent/dist/
event_rpcgen.py 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)
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/
event_rpcgen.py 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)
    [all...]

Completed in 16 milliseconds