Searched refs:SkipMountWithConfig (Results 1 – 3 of 3) sorted by relevance
39 android::fs_mgr::SkipMountWithConfig(skip_mount_config, &fstab, /* verbose = */ false); in LLVMFuzzerTestOneInput()
36 bool SkipMountWithConfig(const std::string& skip_config, Fstab* fstab, bool verbose);
812 return SkipMountWithConfig(skip_mount_config, fstab, verbose); in SkipMountingPartitions()815 bool SkipMountWithConfig(const std::string& skip_mount_config, Fstab* fstab, bool verbose) { in SkipMountWithConfig() function