Searched refs:client_path (Results 1 – 3 of 3) sorted by relevance
151 client_path[MagickPathExtent] = ""; in SetClientPath() local154 (void) CopyMagickString(client_path,path,MagickPathExtent); in SetClientPath()155 return(client_path); in SetClientPath()
26 self.client_path = '%s %%s -o %s %%s' % (base_path, self.NP_FILE)78 cmd = self.client_path % (server_ip, args)
44 def playback(self, client_path, data_format, blocking=False): argument61 client_path, data_format, blocking)