Searched refs:TEST_PATH_LEN (Results 1 – 1 of 1) sorted by relevance
/external/ltp/tools/pounder21/ |
D | run.c | 66 #define TEST_PATH_LEN 512 macro 468 char buf[TEST_PATH_LEN], buf2[TEST_PATH_LEN]; in spawn_test() 494 snprintf(buf2, TEST_PATH_LEN, "%s|%s", in spawn_test() 536 if (getcwd(buf, TEST_PATH_LEN) == NULL) { in spawn_test() 541 snprintf(buf2, TEST_PATH_LEN, "%s/%s", buf, fname); in spawn_test() 548 snprintf(buf, TEST_PATH_LEN, "./%s", last_slash + 1); in spawn_test() 612 char buf[TEST_PATH_LEN]; in process_dir() 641 snprintf(buf, TEST_PATH_LEN, "%s/%s", fname, in process_dir()
|