Home
last modified time | relevance | path

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

/system/extras/perfprofd/
Dconfigreader.cc30 static const char *config_file_path = variable
45 return config_file_path; in getConfigFilePath()
50 config_file_path = strdup(path); in setConfigFilePath()
51 W_ALOGI("config file path set to %s", config_file_path); in setConfigFilePath()
252 if (! android::base::ReadFileToString(config_file_path, &contents)) { in readFile()
/system/connectivity/apmanager/
Dservice.cc274 bool Service::StartHostapdProcess(const string& config_file_path) { in StartHostapdProcess() argument
277 hostapd_process_->AddArg(config_file_path); in StartHostapdProcess()
Dservice.h92 bool StartHostapdProcess(const std::string& config_file_path);