Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/recovery/
H A Droots.h44 const char* get_mounted_device_from_path(const char* path);
H A Drecovery.c1230 strdup(get_mounted_device_from_path(EX_SDCARD_ROOT)); in main()
1252 char *udiskDev = strdup(get_mounted_device_from_path(EX_SDCARD_ROOT)); in main()
H A Droots.c75 const char* get_mounted_device_from_path(const char* path) in get_mounted_device_from_path() function