Home
last modified time | relevance | path

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

/hardware/samsung/nfc/halimpl/src/
Dutil.cc28 #define CFG_FILE_1 "/vendor/etc/libnfc-sec-vendor.conf" macro
98 if ((file = fopen(CFG_FILE_1, "rb")) == NULL) { in __get_config_int()
99 OSI_loge("Cannot open config file %s", CFG_FILE_1); in __get_config_int()
156 return __get_config_int((char*)CFG_FILE_1, field, data, 0); in get_config_int()
169 if ((file = fopen(CFG_FILE_1, "rb")) == NULL) { in get_config_string()
170 OSI_loge("Cannot open config file %s", CFG_FILE_1); in get_config_string()
240 if ((file = fopen(CFG_FILE_1, "rb")) == NULL) { in get_config_count()
241 OSI_loge("Cannot open config file %s", CFG_FILE_1); in get_config_count()