Home
last modified time | relevance | path

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

/system/core/init/
Dreboot.cpp133 explicit MountEntry(const mntent& entry) in MountEntry()
173 static bool IsBlockDevice(const struct mntent& mntent) { in IsBlockDevice() argument
174 return android::base::StartsWith(mntent.mnt_fsname, "/dev/block"); in IsBlockDevice()
177 static bool IsEmulatedDevice(const struct mntent& mntent) { in IsEmulatedDevice() argument
178 return android::base::StartsWith(mntent.mnt_fsname, "/data/"); in IsEmulatedDevice()
229 mntent* mentry; in IsDataMounted()
247 mntent* mentry; in FindPartitionsToUmount()
Dswitch_root.cpp45 mntent* mentry; in GetMounts()
/system/memory/libmeminfo/libelf64/tests/page_size_16kb/
Delf_alignment_test.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.cpp1026 mntent* mentry; in unmountAll()
/system/extras/pagecache/
Ddumpcache.c143 struct mntent* mentry; in main()
/system/core/libprocessgroup/
Dtask_profiles_test.cpp46 struct mntent* mnt; in IsCgroupV2MountedRw()
/system/core/fs_mgr/tests/
Dfs_mgr_test.cpp292 mntent* mentry; in TEST()