Home
last modified time | relevance | path

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

/bootable/recovery/minui/
Dresources.cpp366 std::vector<std::string> get_locales_in_png(const std::string& png_name) { in get_locales_in_png() argument
367 PngHandler png_handler(png_name); in get_locales_in_png()
369 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.h212 std::vector<std::string> get_locales_in_png(const std::string& png_name);