Home
last modified time | relevance | path

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

/system/core/libcutils/
Dandroid_reboot.c42 struct mntent entry;
74 struct mntent* mentry; in find_rw()
132 static void remount_ro(void (*cb_on_remount)(const struct mntent*)) in remount_ro() argument
136 struct mntent* mentry; in remount_ro()
214 void (*cb_on_remount)(const struct mntent*)) in android_reboot_with_callback() argument
/system/core/include/cutils/
Dandroid_reboot.h35 void (*cb_on_remount)(const struct mntent*));
/system/core/adb/
Dremount_service.cpp45 mntent* e; in find_proc_mount()
/system/vold/
Dsecdiscard.cpp190 struct mntent *mnt; // getmntent returns a thread local, so it's safe. in block_device_for_path()
DVolumeManager.cpp492 mntent* mentry; in unmount_tree()
666 mntent* mentry; in unmountAll()
1833 mntent* mentry; in listMountedObbs()
1865 mntent* mentry; in isMountpointMounted()
/system/core/init/
Dbuiltins.cpp150 static void unmount_and_fsck(const struct mntent *entry) { in unmount_and_fsck()
646 void (*callback_on_ro_remount)(const struct mntent*) = NULL; in do_powerctl()