Home
last modified time | relevance | path

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

/external/qemu/android/skin/
Dimage.h59 extern SkinImage* skin_image_find_simple( const char* path );
Dfile.c34 return skin_image_find_simple(buffer); in skin_image_find_in()
Dimage.c574 skin_image_find_simple( const char* path ) in skin_image_find_simple() function
/external/qemu/android/
Dmain.c1145 SkinImage* onion = skin_image_find_simple( opts->onion ); in init_skinned_ui()