Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/test/CameraHal/
Dcamera_test_script.cpp983 char rem_str[50]; in execute_functional_script() local
985 if(!sprintf(rem_str,"rm %s/*.jpg",dir_path)) in execute_functional_script()
987 if(system(rem_str)) in execute_functional_script()
/hardware/ti/omap4-aah/test/CameraHal/
Dcamera_test_script.cpp1389 char rem_str[384]; in execute_functional_script() local
1391 if (!sprintf(rem_str, "rm %s/*.jpg", images_dir_path)) { in execute_functional_script()
1394 if (system(rem_str)) { in execute_functional_script()