Home
last modified time | relevance | path

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

/hardware/intel/common/utils/ISV/profile/
Disv_profile.cpp355 FILE *setting_handle, *config_handle; in getGlobalStatus() local
364 config_handle = fopen(DEFAULT_XML_FILE, "r"); in getGlobalStatus()
365 if (config_handle == NULL) { in getGlobalStatus()
372 if (fread(xml_buf, 1, MAX_BUF_SIZE, config_handle) <= 0) { in getGlobalStatus()
374 fclose(config_handle); in getGlobalStatus()
388 fclose(config_handle); in getGlobalStatus()