HomeSort by relevance Sort by last modified time
    Searched refs:client_path (Results 1 - 3 of 3) sorted by null

  /external/ImageMagick/MagickCore/
client.c 156 client_path[MagickPathExtent] = "";
159 (void) CopyMagickString(client_path,path,MagickPathExtent);
160 return(client_path);
151 client_path[MagickPathExtent] = ""; local
  /external/autotest/server/cros/multimedia/
audio_facade_adapter.py 39 def playback(self, client_path, data_format, blocking=False):
42 @param client_path: The path to the file on DUT.
56 client_path, data_format, blocking)
  /external/autotest/client/tests/netpipe/
netpipe.py 26 self.client_path = '%s %%s -o %s %%s' % (base_path, self.NP_FILE)
78 cmd = self.client_path % (server_ip, args)

Completed in 67 milliseconds