Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot.cpp102 static std::string g_dtb_path; variable
525 if (!g_dtb_path.empty()) { in LoadBootableImage()
530 if (!ReadFileToVector(g_dtb_path, &dtb_data)) { in LoadBootableImage()
531 die("cannot load '%s': %s", g_dtb_path.c_str(), strerror(errno)); in LoadBootableImage()
1963 g_dtb_path = optarg; in Main()