Home
last modified time | relevance | path

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

/system/core/libcutils/
Dandroid_reboot.c109 static mntent_list* find_item(struct listnode* rw_entries, const char* fsname_to_find) in find_item() argument
114 if (!strcmp(item->entry.mnt_fsname, fsname_to_find)) { in find_item()