Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot.cpp97 static std::string g_dtb_path; variable
482 if (!g_dtb_path.empty()) { in LoadBootableImage()
487 if (!ReadFileToVector(g_dtb_path, &dtb_data)) { in LoadBootableImage()
488 die("cannot load '%s': %s", g_dtb_path.c_str(), strerror(errno)); in LoadBootableImage()
1657 g_dtb_path = optarg; in Main()