Home
last modified time | relevance | path

Searched refs:SkipMountWithConfig (Results 1 – 3 of 3) sorted by relevance

/aosp14/system/core/fs_mgr/fuzz/
H A Dfs_mgr_fstab_fuzzer.cpp37 android::fs_mgr::SkipMountWithConfig(skip_mount_config, &fstab, /* verbose = */ false); in LLVMFuzzerTestOneInput()
/aosp14/system/core/fs_mgr/include_fstab/fstab/
H A Dfstab.h101 bool SkipMountWithConfig(const std::string& skip_config, Fstab* fstab, bool verbose);
/aosp14/system/core/fs_mgr/
H A Dfs_mgr_fstab.cpp786 return SkipMountWithConfig(skip_mount_config, fstab, verbose); in SkipMountingPartitions()
789 bool SkipMountWithConfig(const std::string& skip_mount_config, Fstab* fstab, bool verbose) { in SkipMountWithConfig() function