Home
last modified time | relevance | path

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

/external/OpenCSD/decoder/tests/source/
Dc_api_pkt_print_test.c306 static ocsd_err_t create_mem_acc_cb(dcd_tree_handle_t dcd_tree_h, const char *mem_file_path) in create_mem_acc_cb() argument
309 dump_file = fopen(mem_file_path,"rb"); in create_mem_acc_cb()
348 char mem_file_path[MAX_TRACE_FILE_PATH_LEN]; in create_test_memory_acc() local
357 strcpy(mem_file_path,usr_snapshot_path); in create_test_memory_acc()
359 strcpy(mem_file_path,default_base_snapshot_path); in create_test_memory_acc()
360 strcat(mem_file_path,selected_snapshot); in create_test_memory_acc()
361 strcat(mem_file_path,memory_dump_filename); in create_test_memory_acc()
374 ret = create_mem_acc_cb(handle,mem_file_path); in create_test_memory_acc()
380 dump_file = fopen(mem_file_path,"rb"); in create_test_memory_acc()
398 …et = ocsd_dt_add_binfile_region_mem_acc(handle,&region_list[0],4,OCSD_MEM_SPACE_ANY,mem_file_path); in create_test_memory_acc()
[all …]