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

/system/extras/perfprofd/
H A Dconfigreader.cc34 static const char *config_file_path = variable
49 return config_file_path;
54 config_file_path = strdup(path);
55 LOG(INFO) << "config file path set to " << config_file_path;
280 if (! android::base::ReadFileToString(config_file_path, &contents)) {
/system/core/libnativeloader/
H A Dnative_loader.cpp445 const std::string config_file_path = dirname + "/"s + filename; local
449 config_file_path.c_str());
455 config_file_path, sonames,
467 "Error reading public native library list from \"%s\": %s", config_file_path.c_str(),
/system/iot/attestation/at-factory-tool/
H A Datft.py378 config_file_path = os.path.join(self._GetCurrentPath(), self.CONFIG_FILE)
379 if not os.path.exists(config_file_path):
382 with open(config_file_path, 'r') as config_file:
411 config_file_path = os.path.join(self._GetCurrentPath(), self.CONFIG_FILE)
412 with open(config_file_path, 'w') as config_file:

Completed in 131 milliseconds