Home
last modified time | relevance | path

Searched defs:fstab (Results 1 – 19 of 19) sorted by relevance

/aosp14/system/core/fs_mgr/tests/
H A Dfs_mgr_test.cpp256 Fstab fstab; in TEST() local
342 Fstab fstab; in TEST() local
419 Fstab fstab; in TEST() local
492 Fstab fstab; in TEST() local
548 Fstab fstab; in TEST() local
560 Fstab fstab; in TEST() local
584 Fstab fstab; in TEST() local
625 Fstab fstab; in TEST() local
651 Fstab fstab; in TEST() local
681 Fstab fstab; in TEST() local
[all …]
H A Dvts_fs_test.cpp91 android::fs_mgr::Fstab fstab; in TEST() local
153 android::fs_mgr::Fstab fstab; in TEST() local
/aosp14/system/core/fs_mgr/
H A Dfs_mgr_fstab.cpp455 std::set<std::string> ExtraBootDevices(const Fstab& fstab) { in ExtraBootDevices()
543 Fstab fstab; in ParseFstabFromString() local
595 void TransformFstabForDsu(Fstab* fstab, const std::string& dsu_slot, in TransformFstabForDsu()
677 void EnableMandatoryFlags(Fstab* fstab) { in EnableMandatoryFlags()
709 Fstab fstab; in ReadFstabFromFile() local
741 bool ReadFstabFromDt(Fstab* fstab, bool verbose) { in ReadFstabFromDt()
773 bool SkipMountingPartitions(Fstab* fstab, bool verbose) { in SkipMountingPartitions()
819 bool ReadDefaultFstab(Fstab* fstab) { in ReadDefaultFstab()
848 std::vector<const FstabEntry*> GetEntriesForMountPoint(const Fstab* fstab, in GetEntriesForMountPoint()
854 FstabEntry* GetEntryForMountPoint(Fstab* fstab, const std::string& path) { in GetEntryForMountPoint()
[all …]
H A Dfs_mgr_roots.cpp37 FstabEntry* GetEntryForPath(Fstab* fstab, const std::string& path) { in GetEntryForPath()
49 std::vector<FstabEntry*> GetEntriesForPath(Fstab* fstab, const std::string& path) { in GetEntriesForPath()
142 bool EnsurePathMounted(Fstab* fstab, const std::string& path, const std::string& mount_point) { in EnsurePathMounted()
157 bool EnsurePathUnmounted(Fstab* fstab, const std::string& path) { in EnsurePathUnmounted()
191 Fstab fstab; in GetSystemRoot() local
H A Dfs_mgr_remount.cpp142 static bool ReadFstab(const char* fstab_file, android::fs_mgr::Fstab* fstab) { in ReadFstab()
205 static Fstab::const_iterator FindPartition(const Fstab& fstab, const std::string& partition) { in FindPartition()
227 static Fstab GetAllRemountablePartitions(Fstab& fstab) { in GetAllRemountablePartitions()
239 bool GetRemountList(const Fstab& fstab, const std::vector<std::string>& argv, Fstab* partitions) { in GetRemountList()
349 bool RemountPartition(Fstab& fstab, Fstab& mounts, FstabEntry& entry) { in RemountPartition()
447 Fstab fstab; in SetupOrTeardownOverlayfs() local
476 bool do_remount(Fstab& fstab, const std::vector<std::string>& partition_args, in do_remount()
666 Fstab fstab; in main() local
H A Dfs_mgr_slotselect.cpp56 bool fs_mgr_update_for_slotselect(Fstab* fstab) { in fs_mgr_update_for_slotselect()
H A Dfs_mgr_overlayfs.cpp463 bool fs_mgr_overlayfs_has_logical(const Fstab& fstab) { in fs_mgr_overlayfs_has_logical()
1140 static bool CanUseSuperPartition(const Fstab& fstab) { in CanUseSuperPartition()
1153 bool fs_mgr_overlayfs_create_scratch(const Fstab& fstab, std::string* scratch_device, in fs_mgr_overlayfs_create_scratch()
1178 bool fs_mgr_overlayfs_setup_scratch(const Fstab& fstab) { in fs_mgr_overlayfs_setup_scratch()
1273 Fstab fs_mgr_overlayfs_candidate_list(const Fstab& fstab) { in fs_mgr_overlayfs_candidate_list()
1339 bool fs_mgr_overlayfs_mount_all(Fstab* fstab) { in fs_mgr_overlayfs_mount_all()
1360 bool fs_mgr_overlayfs_setup(const Fstab& fstab, const char* mount_point, bool* want_reboot, in fs_mgr_overlayfs_setup()
1588 Fstab fstab; in fs_mgr_overlayfs_is_setup() local
1602 void MapScratchPartitionIfNeeded(Fstab* fstab, in MapScratchPartitionIfNeeded()
1717 Fstab fstab; in fs_mgr_overlayfs_already_mounted() local
H A Dfs_mgr.cpp917 static bool mount_with_alternatives(Fstab& fstab, int start_idx, int* end_idx, in mount_with_alternatives()
1380 Fstab fstab; in IsMountPointMounted() local
1390 MountAllResult fs_mgr_mount_all(Fstab* fstab, int mount_mode) { in fs_mgr_mount_all()
1629 int fs_mgr_umount_all(android::fs_mgr::Fstab* fstab) { in fs_mgr_umount_all()
1739 FstabEntry* fs_mgr_get_mounted_entry_for_userdata(Fstab* fstab, in fs_mgr_get_mounted_entry_for_userdata()
1770 int fs_mgr_remount_userdata_into_checkpointing(Fstab* fstab) { in fs_mgr_remount_userdata_into_checkpointing()
1875 static int fs_mgr_do_mount_helper(Fstab* fstab, const std::string& n_name, in fs_mgr_do_mount_helper()
1984 int fs_mgr_do_mount(Fstab* fstab, const char* n_name, char* n_blk_device, char* tmp_mount_point) { in fs_mgr_do_mount()
1988 int fs_mgr_do_mount(Fstab* fstab, const char* n_name, char* n_blk_device, char* tmp_mount_point, in fs_mgr_do_mount()
2096 bool fs_mgr_swapon_all(const Fstab& fstab) { in fs_mgr_swapon_all()
/aosp14/system/core/fs_mgr/libfs_avb/tests/
H A Dfs_avb_device_test.cpp38 Fstab fstab; in TEST() local
68 Fstab fstab; in TEST() local
107 Fstab fstab; in TEST() local
126 Fstab fstab; in TEST() local
/aosp14/system/core/init/
H A Dfirst_stage_mount.cpp145 static inline bool IsDtVbmetaCompatible(const Fstab& fstab) { in IsDtVbmetaCompatible()
154 Fstab fstab; in ReadFirstStageFstab() local
223 FirstStageMount::FirstStageMount(Fstab fstab) : need_dm_verity_(false), fstab_(std::move(fstab)) { in FirstStageMount()
228 auto fstab = ReadFirstStageFstab(); in Create() local
662 FirstStageMountVBootV2::FirstStageMountVBootV2(Fstab fstab) in FirstStageMountVBootV2()
835 auto fstab = ReadFirstStageFstab(); in SetInitAvbVersionInRecovery() local
H A Dbuiltins.cpp654 Fstab fstab; in do_mount_all() local
698 Fstab fstab; in do_umount_all() local
720 Fstab fstab; in do_swapon_all() local
862 Fstab fstab; in do_verity_update_state() local
1205 Fstab fstab; in do_remount_userdata() local
H A Dmount_handler.cpp60 } else if (android::fs_mgr::Fstab fstab; android::fs_mgr::ReadDefaultFstab(&fstab)) { in ParseMount() local
H A Dselinux.cpp882 android::fs_mgr::Fstab fstab; in MountMissingSystemPartitions() local
/aosp14/system/core/fs_mgr/fuzz/
H A Dfs_mgr_fstab_fuzzer.cpp34 android::fs_mgr::Fstab fstab; in LLVMFuzzerTestOneInput() local
/aosp14/system/core/fastboot/device/
H A Dfastboot_device.cpp125 Fstab fstab; local
H A Dflashing.cpp60 Fstab fstab; in WipeOverlayfsForPartition() local
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dutility.cpp132 Fstab fstab; in New() local
H A Dsnapshot.cpp4345 android::fs_mgr::Fstab fstab; in DeleteDeviceIfExists() local
/aosp14/system/core/fs_mgr/libfiemap/
H A Dfiemap_writer_test.cpp458 android::fs_mgr::Fstab fstab; in SetUp() local