Searched refs:config_file_path (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/wrs_omxil_core/core/src/
H A Dwrs_omxcore.cpp47 char config_file_path[256]; local
50 strncpy(config_file_path, "/etc/", 256);
51 strncat(config_file_path, config_file_name, 256);
52 config_file = fopen(config_file_path, "r");
54 strncpy(config_file_path, "./", 256);
55 strncat(config_file_path, config_file_name, 256);
56 config_file = fopen(config_file_path, "r");

Completed in 35 milliseconds