Searched refs:unique_prefix (Results 1 – 3 of 3) sorted by relevance
51 self.unique_prefix = 078 self.unique_prefix += 1103 return 'fn:%d-%s' % (self.unique_prefix, id)110 return 'fnref:%d-%s' % (self.unique_prefix, id)
383 def register_service(self, unique_prefix, service_type, argument398 service_name = '.'.join([unique_prefix, service_type])405 unique_prefix)
376 unique_prefix = constant_op.constant(".%s.%s" % (os.getpid(), ops.uid()))377 filename_suffix = unique_prefix + filename_suffix