Searched refs:output_dir_path (Results 1 – 2 of 2) sorted by relevance
/hardware/ti/omap4-aah/test/CameraHal/ |
D | camera_test_menu.cpp | 211 char output_dir_path[256]; variable 4055 (strlen(cmd_args->output_path) < sizeof(output_dir_path))) { in setOutputDirPath() 4056 strcpy(output_dir_path, cmd_args->output_path); in setOutputDirPath() 4058 strcpy(output_dir_path, SDCARD_PATH); in setOutputDirPath() 4079 strcpy(output_dir_path, ""); in setOutputDirPath() 4084 strcat(output_dir_path, dir_name); in setOutputDirPath() 4086 strcat(output_dir_path, SECONDARY_SENSOR); in setOutputDirPath() 4088 strcat(output_dir_path, S3D_SENSOR); in setOutputDirPath() 4093 if (restart_count && (strlen(output_dir_path) + 16) < sizeof(output_dir_path)) { in setOutputDirPath() 4096 strcat(output_dir_path, count); in setOutputDirPath() [all …]
|
D | camera_test_script.cpp | 135 extern char output_dir_path[]; 1599 printf("\n DIRECTORY CREATED FOR TEST RESULT IMAGES IN MMC CARD : %s \n", output_dir_path); in load_script() 1655 if (!sprintf(log_cmd,"logcat > %s/log.txt &", output_dir_path)) { in start_logging() 1662 …%s /system/bin/syslink_trace_daemon.out -l %s/syslink_trace.txt -f &", log_cmd, output_dir_path)) { in start_logging() 1696 printf(" logcat saved @ location: %s\n", output_dir_path); in stop_logging() 1700 printf(" syslink_trace is saved @ location: %s\n\n", output_dir_path); in stop_logging()
|