Home
last modified time | relevance | path

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

/system/core/init/
Dreboot.cpp131 explicit MountEntry(const mntent& entry) in MountEntry()
171 static bool IsBlockDevice(const struct mntent& mntent) { in IsBlockDevice() argument
172 return android::base::StartsWith(mntent.mnt_fsname, "/dev/block"); in IsBlockDevice()
175 static bool IsEmulatedDevice(const struct mntent& mntent) { in IsEmulatedDevice() argument
176 return android::base::StartsWith(mntent.mnt_fsname, "/data/"); in IsEmulatedDevice()
227 mntent* mentry; in IsDataMounted()
245 mntent* mentry; in FindPartitionsToUmount()
Dswitch_root.cpp45 mntent* mentry; in GetMounts()
/system/vold/
DFileDeviceUtils.cpp51 struct mntent* mnt; // getmntent returns a thread local, so it's safe. in BlockDeviceForPath()
DProcess.cpp113 mntent* mentry; in KillProcessesWithTmpfsMounts()
DVolumeManager.cpp956 mntent* mentry; in unmountAll()
DUtils.cpp1234 struct mntent* mnt; // getmntent returns a thread local, so it's safe. in findMountPointsWithPrefix()
Dcryptfs.cpp1490 mntent* mentry; in ensure_subdirectory_unmounted()
/system/extras/pagecache/
Ddumpcache.c143 struct mntent* mentry; in main()
/system/core/fs_mgr/tests/
Dfs_mgr_test.cpp267 mntent* mentry; in TEST()