HomeSort by relevance Sort by last modified time
    Searched full:searchon (Results 1 - 1 of 1) sorted by null

  /external/autotest/client/profilers/powertop/src/
config.c 92 char searchon[100]; local
98 sprintf(searchon, "%s=", string);
102 if (onoff && strstr(configlines[i], searchon))
106 if (onoff==0 && strstr(configlines[i], searchon))

Completed in 199 milliseconds