Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot.cpp99 static std::string g_dtb_path; variable
506 if (!g_dtb_path.empty()) { in LoadBootableImage()
511 if (!ReadFileToVector(g_dtb_path, &dtb_data)) { in LoadBootableImage()
512 die("cannot load '%s': %s", g_dtb_path.c_str(), strerror(errno)); in LoadBootableImage()
1837 g_dtb_path = optarg; in Main()