Searched refs:get_mounted_device_from_path (Results 1 – 3 of 3) sorted by relevance
44 const char* get_mounted_device_from_path(const char* path);
1230 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()
75 const char* get_mounted_device_from_path(const char* path) in get_mounted_device_from_path() function