Home
last modified time | relevance | path

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

/test/vts-testcase/vndk/
Dutils.py186 config_path = temp_file.name
188 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)
/test/vts-testcase/security/avb/
Dvts_built_with_ddk_test.cpp79 const std::string_view& config_path, bool optional) { in AddModulesFromPath() argument
80 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()