Searched refs:path_prefix (Results 1 – 1 of 1) sorted by relevance
/external/netperf/ |
D | nettest_unix.c | 83 path_prefix[32]; variable 135 strcpy(path_prefix,"/tmp"); in init_test_vars() 814 strcpy(myaddr_un.sun_path,tempnam(path_prefix,"netperf.")); in recv_stream_stream() 2039 strcpy(myaddr_un.sun_path,tempnam(path_prefix,"netperf.")); in recv_dg_stream() 2282 strcpy(myaddr_un.sun_path,tempnam(path_prefix,"netperf.")); in send_dg_rr() 2861 strcpy(myaddr_un.sun_path,tempnam(path_prefix,"netperf.")); in recv_dg_rr() 3149 strcpy(myaddr_un.sun_path,tempnam(path_prefix,"netperf.")); in recv_stream_rr() 3394 strcpy(path_prefix,optarg); in scan_unix_args()
|