Home
last modified time | relevance | path

Searched refs:endmntent (Results 1 – 19 of 19) sorted by relevance

/aosp12/system/core/init/
H A Dswitch_root.cpp38 auto fp = std::unique_ptr<std::FILE, decltype(&endmntent)>{setmntent("/proc/mounts", "re"), in GetMounts()
39 endmntent}; in GetMounts()
H A Dreboot.cpp222 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 Dmntent.h60 int endmntent(FILE* __fp) __INTRODUCED_IN(21);
/aosp12/bionic/tests/
H A Dmntent_test.cpp39 ASSERT_EQ(1, endmntent(fp)); in TEST()
/aosp12/bootable/recovery/updater/
H A Dmounts.cpp61 endmntent(fp); in scan_mounted_volumes()
/aosp12/bionic/libc/bionic/
H A Dmntent.cpp70 int endmntent(FILE* fp) { in endmntent() function
/aosp12/system/vold/
H A DFileDeviceUtils.cpp44 std::unique_ptr<FILE, int (*)(FILE*)> mnts(setmntent("/proc/mounts", "re"), endmntent); in BlockDeviceForPath()
H A DProcess.cpp106 setmntent(mounts_file.c_str(), "r"), endmntent); in KillProcessesWithTmpfsMounts()
H A DVolumeManager.cpp969 endmntent(fp); in unmountAll()
H A DUtils.cpp1226 std::unique_ptr<FILE, int (*)(FILE*)> mnts(setmntent("/proc/mounts", "re"), endmntent); in findMountPointsWithPrefix()
H A Dcryptfs.cpp1483 std::unique_ptr<FILE, int (*)(FILE*)> mnts(setmntent("/proc/mounts", "r"), endmntent); in ensure_subdirectory_unmounted()
/aosp12/system/extras/pagecache/
H A Ddumpcache.c152 endmntent(fp); in main()
/aosp12/hardware/google/pixel/pixelstats/
H A DSysfsCollector.cpp502 std::unique_ptr<std::FILE, int (*)(std::FILE*)> fp(setmntent("/proc/mounts", "re"), endmntent); in getUserDataBlock()
/aosp12/bionic/docs/
H A Dstatus.md181 * <mntent.h> `setmntent`, `endmntent`, `getmntent_r`.
/aosp12/system/core/fs_mgr/tests/
H A Dfs_mgr_test.cpp264 endmntent); in TEST()
/aosp12/bionic/libc/
H A Dlibc.map.txt303 endmntent; # introduced=21
/aosp12/bionic/tools/versioner/platforms/
H A Dlibc.map.txt303 endmntent; # introduced=21
/aosp12/frameworks/base/core/jni/
H A Dcom_android_internal_os_Zygote.cpp751 endmntent(fp); in UnmountTree()
/aosp12/bionic/benchmarks/linker_relocation/gen/
H A Dliblinker_reloc_bench_000.S10294 CALL(endmntent)