Home
last modified time | relevance | path

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

/hardware/intel/common/utils/ISV/profile/
Disv_profile.cpp370 char xml_buf[MAX_BUF_SIZE + 1] = {0}; in getGlobalStatus() local
371 memset(xml_buf, 0, MAX_BUF_SIZE); in getGlobalStatus()
372 if (fread(xml_buf, 1, MAX_BUF_SIZE, config_handle) <= 0) { in getGlobalStatus()
377 xml_buf[MAX_BUF_SIZE] = '\0'; in getGlobalStatus()
379 if (strstr(xml_buf, "name=\"DefaultVPPStatus\" value=\"1\"") != NULL) in getGlobalStatus()
381 if (strstr(xml_buf, "name=\"DefaultFRCStatus\" value=\"1\"") != NULL) in getGlobalStatus()