Searched refs:endmntent (Results 1 – 19 of 19) sorted by relevance
/aosp12/system/core/init/ |
H A D | switch_root.cpp | 38 auto fp = std::unique_ptr<std::FILE, decltype(&endmntent)>{setmntent("/proc/mounts", "re"), in GetMounts() 39 endmntent}; in GetMounts()
|
H A D | reboot.cpp | 222 std::unique_ptr<std::FILE, int (*)(std::FILE*)> fp(setmntent("/proc/mounts", "re"), endmntent); in IsDataMounted() 240 std::unique_ptr<std::FILE, int (*)(std::FILE*)> fp(setmntent("/proc/mounts", "re"), endmntent); in FindPartitionsToUmount()
|
/aosp12/bionic/libc/include/ |
H A D | mntent.h | 60 int endmntent(FILE* __fp) __INTRODUCED_IN(21);
|
/aosp12/bionic/tests/ |
H A D | mntent_test.cpp | 39 ASSERT_EQ(1, endmntent(fp)); in TEST()
|
/aosp12/bootable/recovery/updater/ |
H A D | mounts.cpp | 61 endmntent(fp); in scan_mounted_volumes()
|
/aosp12/bionic/libc/bionic/ |
H A D | mntent.cpp | 70 int endmntent(FILE* fp) { in endmntent() function
|
/aosp12/system/vold/ |
H A D | FileDeviceUtils.cpp | 44 std::unique_ptr<FILE, int (*)(FILE*)> mnts(setmntent("/proc/mounts", "re"), endmntent); in BlockDeviceForPath()
|
H A D | Process.cpp | 106 setmntent(mounts_file.c_str(), "r"), endmntent); in KillProcessesWithTmpfsMounts()
|
H A D | VolumeManager.cpp | 969 endmntent(fp); in unmountAll()
|
H A D | Utils.cpp | 1226 std::unique_ptr<FILE, int (*)(FILE*)> mnts(setmntent("/proc/mounts", "re"), endmntent); in findMountPointsWithPrefix()
|
H A D | cryptfs.cpp | 1483 std::unique_ptr<FILE, int (*)(FILE*)> mnts(setmntent("/proc/mounts", "r"), endmntent); in ensure_subdirectory_unmounted()
|
/aosp12/system/extras/pagecache/ |
H A D | dumpcache.c | 152 endmntent(fp); in main()
|
/aosp12/hardware/google/pixel/pixelstats/ |
H A D | SysfsCollector.cpp | 502 std::unique_ptr<std::FILE, int (*)(std::FILE*)> fp(setmntent("/proc/mounts", "re"), endmntent); in getUserDataBlock()
|
/aosp12/bionic/docs/ |
H A D | status.md | 181 * <mntent.h> `setmntent`, `endmntent`, `getmntent_r`.
|
/aosp12/system/core/fs_mgr/tests/ |
H A D | fs_mgr_test.cpp | 264 endmntent); in TEST()
|
/aosp12/bionic/libc/ |
H A D | libc.map.txt | 303 endmntent; # introduced=21
|
/aosp12/bionic/tools/versioner/platforms/ |
H A D | libc.map.txt | 303 endmntent; # introduced=21
|
/aosp12/frameworks/base/core/jni/ |
H A D | com_android_internal_os_Zygote.cpp | 751 endmntent(fp); in UnmountTree()
|
/aosp12/bionic/benchmarks/linker_relocation/gen/ |
H A D | liblinker_reloc_bench_000.S | 10294 CALL(endmntent)
|