/system/core/fs_mgr/tests/ |
D | fs_mgr_test.cpp | 286 ASSERT_TRUE(ReadFstabFromFile("/proc/mounts", &fstab)); in TEST() 372 EXPECT_TRUE(ReadFstabFromFile(tf.path, &fstab)); in TEST() 449 EXPECT_TRUE(ReadFstabFromFile(tf.path, &fstab)); in TEST() 522 EXPECT_TRUE(ReadFstabFromFile(tf.path, &fstab)); in TEST() 579 EXPECT_FALSE(ReadFstabFromFile(tf.path, &fstab)); in TEST() 591 EXPECT_TRUE(ReadFstabFromFile(tf.path, &fstab)); in TEST() 615 EXPECT_TRUE(ReadFstabFromFile(tf.path, &fstab)); in TEST() 656 EXPECT_TRUE(ReadFstabFromFile(tf.path, &fstab)); in TEST() 682 EXPECT_TRUE(ReadFstabFromFile(tf.path, &fstab)); in TEST() 712 EXPECT_TRUE(ReadFstabFromFile(tf.path, &fstab)); in TEST() [all …]
|
D | vts_fs_test.cpp | 95 ASSERT_TRUE(android::fs_mgr::ReadFstabFromFile("/proc/mounts", &fstab)); in TEST()
|
/system/extras/boot_control_copy/ |
D | bootinfo.cpp | 38 using android::fs_mgr::ReadFstabFromFile; 43 return ReadDefaultFstab(fstab) || ReadFstabFromFile("/fstab.device", fstab); in open_fstab()
|
/system/core/fs_mgr/libfs_avb/tests/ |
D | fs_avb_device_test.cpp | 69 EXPECT_TRUE(ReadFstabFromFile("/system/etc/fstab.postinstall", &fstab)); in TEST() 108 EXPECT_TRUE(ReadFstabFromFile("/system/etc/fstab.postinstall", &fstab)); in TEST()
|
/system/core/trusty/storage/proxy/ |
D | checkpoint_handling.cpp | 46 bool success = android::fs_mgr::ReadFstabFromFile("/proc/mounts", &procMounts); in is_data_checkpoint_active()
|
/system/core/fs_mgr/ |
D | fs_mgr_roots.cpp | 71 if (!ReadFstabFromFile("/proc/mounts", &mounted_fstab)) { in GetMountState() 169 if (!ReadFstabFromFile("/proc/mounts", &mounted_fstab)) { in EnsurePathUnmounted()
|
D | fs_mgr_remount.cpp | 134 return android::fs_mgr::ReadFstabFromFile(fstab_file, fstab); in ReadFstab() 143 if (android::fs_mgr::ReadFstabFromFile("/proc/mounts", &mounts)) { in ReadFstab() 204 if (!android::fs_mgr::ReadFstabFromFile("/proc/mounts", &mounts)) { in FindPartition() 520 if (!android::fs_mgr::ReadFstabFromFile("/proc/mounts", &mounts) || mounts.empty()) { in do_remount()
|
D | fs_mgr.cpp | 1413 if (!ReadFstabFromFile("/proc/mounts", &fstab)) { in IsMountPointMounted() 1661 if (!ReadFstabFromFile("/proc/mounts", &mounted_fstab)) { in fs_mgr_mount_all() 1728 if (!ReadFstabFromFile("/proc/mounts", &proc_mounts)) { in fs_mgr_unmount_all_data_mounts() 1755 if (!ReadFstabFromFile("/proc/mounts", &remaining_mounts)) { in fs_mgr_unmount_all_data_mounts() 1825 if (!ReadFstabFromFile("/proc/mounts", &proc_mounts)) { in fs_mgr_remount_userdata_into_checkpointing()
|
D | fs_mgr_overlayfs_mount.cpp | 649 if (!android::fs_mgr::ReadFstabFromFile("/proc/mounts", &mounts)) { in fs_mgr_overlayfs_candidate_list()
|
/system/apex/tests/native/ |
D | apex_shared_libraries_test.cpp | 38 using android::fs_mgr::ReadFstabFromFile; 86 ASSERT_TRUE(ReadFstabFromFile("/proc/mounts", &fstab)); in TEST()
|
/system/core/fs_mgr/libfstab/include/fstab/ |
D | fstab.h | 99 bool ReadFstabFromFile(const std::string& path, Fstab* fstab);
|
/system/vold/ |
D | Checkpoint.cpp | 52 using android::fs_mgr::ReadFstabFromFile; 195 if (!ReadFstabFromFile("/proc/mounts", &mounts)) { in cp_commitChanges() 374 if (!ReadFstabFromFile("/proc/mounts", &mounts)) { in cp_prepareCheckpoint()
|
/system/core/init/ |
D | builtins.cpp | 101 using android::fs_mgr::ReadFstabFromFile; 639 if (!ReadFstabFromFile(mount_all->fstab_path, &fstab)) { in do_mount_all() 683 if (!ReadFstabFromFile(*umount_all, &fstab)) { in do_umount_all() 705 if (!ReadFstabFromFile(*swapon_all, &fstab)) { in do_swapon_all()
|
D | selinux.cpp | 556 if (!ReadFstabFromFile("/proc/mounts", &mounts)) { in MountMissingSystemPartitions()
|
D | first_stage_mount.cpp | 179 if (!ReadFstabFromFile("/proc/mounts", &proc_mounts)) { in GetRootEntry()
|
/system/core/fastboot/device/ |
D | utility.cpp | 236 if (!ReadFstabFromFile("/proc/mounts", &proc_mounts)) { in AutoMountMetadata()
|
/system/apex/apexd/ |
D | apexd_test_utils.h | 398 using android::fs_mgr::ReadFstabFromFile; in GetBlockDeviceForApex() 402 if (!ReadFstabFromFile("/proc/mounts", &fstab)) { in GetBlockDeviceForApex()
|
/system/core/fs_mgr/libfstab/ |
D | fstab.cpp | 733 bool ReadFstabFromFile(const std::string& path, Fstab* fstab) { in ReadFstabFromFile() function 851 if (!default_fstab_path.empty() && ReadFstabFromFile(default_fstab_path, &default_fstab)) { in ReadDefaultFstab()
|
/system/core/fs_mgr/libfiemap/ |
D | fiemap_writer_test.cpp | 460 ASSERT_TRUE(android::fs_mgr::ReadFstabFromFile("/proc/mounts", &fstab)); in SetUp()
|
/system/update_engine/aosp/ |
D | dynamic_partition_control_android.cc | 664 if (!ReadFstabFromFile(path, &fstab)) { in IsAvbEnabledInFstab()
|
/system/sepolicy/microdroid/system/public/ |
D | te_macros | 948 # Ability to call ReadDefaultFstab() and ReadFstabFromFile().
|
/system/sepolicy/public/ |
D | te_macros | 1027 # Ability to call ReadDefaultFstab() and ReadFstabFromFile().
|
/system/core/fs_mgr/libsnapshot/ |
D | snapshot_test.cpp | 1947 if (!ReadFstabFromFile("/proc/mounts", &mounted_fstab)) { in IsMetadataMounted()
|
D | snapshot.cpp | 4410 android::fs_mgr::ReadFstabFromFile("/proc/mounts", &fstab); in DeleteDeviceIfExists()
|