Home
last modified time | relevance | path

Searched refs:setting_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
359 setting_handle = fopen(path, "r"); in getGlobalStatus()
360 if(setting_handle == NULL) { in getGlobalStatus()
395 if(fread(buf, 1, MAXLEN, setting_handle) <= 0) { in getGlobalStatus()
397 fclose(setting_handle); in getGlobalStatus()
408 fclose(setting_handle); in getGlobalStatus()