Home
last modified time | relevance | path

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

/system/core/init/
Dreboot.cpp87 explicit MountEntry(const mntent& entry) in MountEntry()
127 static bool IsBlockDevice(const struct mntent& mntent) { in IsBlockDevice() argument
128 return android::base::StartsWith(mntent.mnt_fsname, "/dev/block"); in IsBlockDevice()
131 static bool IsEmulatedDevice(const struct mntent& mntent) { in IsEmulatedDevice() argument
132 return android::base::StartsWith(mntent.mnt_fsname, "/data/"); in IsEmulatedDevice()
180 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()
DVolumeManager.cpp661 mntent* mentry; in unmountAll()
DUtils.cpp819 struct mntent* mnt; // getmntent returns a thread local, so it's safe. in findMountPointsWithPrefix()
/system/extras/pagecache/
Ddumpcache.c143 struct mntent* mentry; in main()
/system/core/fs_mgr/tests/
Dfs_mgr_test.cpp150 mntent* mentry; in TEST()