Home
last modified time | relevance | path

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

/system/extras/perfprofd/
Dconfigreader.cc31 static const char *config_file_path = variable
46 return config_file_path; in getConfigFilePath()
51 config_file_path = strdup(path); in setConfigFilePath()
52 W_ALOGI("config file path set to %s", config_file_path); in setConfigFilePath()
253 if (! android::base::ReadFileToString(config_file_path, &contents)) { in readFile()