Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot.cpp108 static std::string g_dtb_path; variable
684 if (!g_dtb_path.empty()) { in LoadBootableImage()
689 if (!ReadFileToVector(g_dtb_path, &dtb_data)) { in LoadBootableImage()
690 die("cannot load '%s': %s", g_dtb_path.c_str(), strerror(errno)); in LoadBootableImage()
2281 g_dtb_path = optarg; in Main()