Searched refs:pcba_test_filename (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rk_pcba_test/ |
| H A D | echo_auto_test.c | 115 static int pcba_test_item_process(char *pcba_test_filename, char *args) in pcba_test_item_process() argument 120 chmod(pcba_test_filename, S_IRUSR|S_IWUSR|S_IXUSR); in pcba_test_item_process() 122 ret = run_cmd_to_shell_duplex(pcba_test_filename, args, buf, TESTITEM_SEND_HEAD); in pcba_test_item_process() 129 ret = pcba_test_result_rw(pcba_test_filename, buf, NULL, 1); in pcba_test_item_process()
|
| H A D | echo_pcbatest_server.c | 429 char pcba_test_filename[COMMAND_VALUESIZE] = {0}; in pcba_test_item_process() local 431 strcpy(pcba_test_filename,recv_paras[INDEX_TEST_ITEM].valuestr); in pcba_test_item_process() 433 chmod(pcba_test_filename, S_IRUSR|S_IWUSR|S_IXUSR); in pcba_test_item_process() 435 ret = run_cmd_to_shell_duplex(pcba_test_filename, in pcba_test_item_process() 592 char pcba_test_filename[COMMAND_VALUESIZE] = {0}; in tcp_command_check() local 604 snprintf(pcba_test_filename, sizeof(pcba_test_filename), in tcp_command_check() 608 if (access(pcba_test_filename, F_OK)) { in tcp_command_check() 609 log_err("not found test item(%s), test not support!\n", pcba_test_filename); in tcp_command_check()
|