Home
last modified time | relevance | path

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

/bootable/recovery/minui/
Dresources.cpp362 std::vector<std::string> get_locales_in_png(const std::string& png_name) { in get_locales_in_png() argument
363 PngHandler png_handler(png_name); in get_locales_in_png()
365 printf("Failed to open %s, error: %d\n", png_name.c_str(), png_handler.error_code()); in get_locales_in_png()
/bootable/recovery/minui/include/minui/
Dminui.h211 std::vector<std::string> get_locales_in_png(const std::string& png_name);