Searched refs:config_file_path (Results 1 – 1 of 1) sorted by relevance
/hardware/intel/common/wrs_omxil_core/core/src/ |
D | wrs_omxcore.cpp | 47 char config_file_path[256]; in construct_components() local 50 strncpy(config_file_path, "/etc/", 256); in construct_components() 51 strncat(config_file_path, config_file_name, 256); in construct_components() 52 config_file = fopen(config_file_path, "r"); in construct_components() 54 strncpy(config_file_path, "./", 256); in construct_components() 55 strncat(config_file_path, config_file_name, 256); in construct_components() 56 config_file = fopen(config_file_path, "r"); in construct_components()
|