Searched refs:config_path (Results 1 – 2 of 2) sorted by relevance
186 config_path = temp_file.name188 logging.debug("Pull config.gz to %s", config_path)189 self.AdbPull("/proc/config.gz", config_path)190 with gzip.open(config_path, "rt") as config_file:201 os.remove(config_path)
79 const std::string_view& config_path, bool optional) { in AddModulesFromPath() argument80 if (!std::filesystem::exists(config_path)) { in AddModulesFromPath()82 GTEST_LOG_(INFO) << "Config file " << config_path << " does not exist."; in AddModulesFromPath()86 << "Config file " << config_path << " does not exist."; in AddModulesFromPath()89 if (!android::base::ReadFileToString(std::string(config_path), in AddModulesFromPath()92 << "Failed to read file at " << config_path; in AddModulesFromPath()