Searched refs:image_file (Results 1 – 2 of 2) sorted by relevance
70 std::unique_ptr<LpMetadata> ReadFromImageFile(const std::string& image_file) { in ReadFromImageFile() argument71 unique_fd fd = GetControlFileOrOpen(image_file.c_str(), O_RDONLY | O_CLOEXEC); in ReadFromImageFile()73 PERROR << __PRETTY_FUNCTION__ << " open failed: " << image_file; in ReadFromImageFile()
78 std::unique_ptr<LpMetadata> ReadFromImageFile(const std::string& image_file);