Home
last modified time | relevance | path

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

/optee_benchmark/
A Dmain.c307 char *tsfile_path = prm->ts_filepath; in ts_consumer() local
311 if (!tsfile_path) in ts_consumer()
318 ts_file = fopen(tsfile_path, "w"); in ts_consumer()
385 char *tsfile_path; in main() local
432 tsfile_path = malloc(strlen(testapp_path) + in main()
434 if (!tsfile_path) in main()
437 tsfile_path[0] = '\0'; in main()
438 strcat(tsfile_path, testapp_path); in main()
439 strcat(tsfile_path, TSFILE_NAME_SUFFIX); in main()
441 INFO("Dumping timestamps to %s ...", tsfile_path); in main()
[all …]

Completed in 3 milliseconds