Home
last modified time | relevance | path

Searched refs:test_path (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/py_engine/external/app_mgr/
A Dapp_mgr.c42 char test_path[256] = { 0 }; in pyamp_check_file_path() local
48 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()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/mlir/testing/
A Dgenerated_examples_zip_test.cc257 string test_path = test_path_and_label; in TEST_P() local
261 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