Searched refs:client_path (Results 1 – 6 of 6) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | client.c | 151 client_path[MagickPathExtent] = ""; in SetClientPath() local 154 (void) CopyMagickString(client_path,path,MagickPathExtent); in SetClientPath() 155 return(client_path); in SetClientPath()
|
/external/grpc-grpc/src/ruby/end2end/ |
D | grpc_class_init_driver.rb | 33 client_path = File.join(this_dir, 'grpc_class_init_client.rb') 35 client_path,
|
D | end2end_common.rb | 77 client_path = File.join(this_dir, client_main) 79 client_path,
|
/external/autotest/client/tests/netpipe/ |
D | netpipe.py | 26 self.client_path = '%s %%s -o %s %%s' % (base_path, self.NP_FILE) 78 cmd = self.client_path % (server_ip, args)
|
/external/autotest/server/cros/multimedia/ |
D | audio_facade_adapter.py | 44 def playback(self, client_path, data_format, blocking=False): argument 61 client_path, data_format, blocking)
|
/external/autotest/server/site_tests/bluetooth_AdapterAudioLink/ |
D | bluetooth_AdapterAudioLink.py | 49 audio_facade.playback(client_path=file_path,
|