Searched refs:test_path (Results 1 – 2 of 2) sorted by relevance
42 char test_path[256] = { 0 }; in pyamp_check_file_path() local48 strncat(test_path, transferpath, sizeof(test_path) - 1); in pyamp_check_file_path()49 strncat(test_path, "_pathTest", sizeof(test_path) - 1); in pyamp_check_file_path()51 ret = aos_mkdir(test_path); in pyamp_check_file_path()53 ret = aos_rmdir_r(test_path); in pyamp_check_file_path()
257 string test_path = test_path_and_label; in TEST_P() local261 test_path = test_path_and_label.substr(0, end_pos); in TEST_P()264 string tflite_test_case = test_path + "_tests.txt"; in TEST_P()265 string tflite_dir = test_path.substr(0, test_path.find_last_of('/')); in TEST_P()
Completed in 6 milliseconds