Home
last modified time | relevance | path

Searched defs:skip_mount_config (Results 1 – 2 of 2) sorted by relevance

/aosp14/system/core/fs_mgr/fuzz/
H A Dfs_mgr_fstab_fuzzer.cpp32 std::string skip_mount_config = fdp.ConsumeRemainingBytesAsString(); in LLVMFuzzerTestOneInput() local
/aosp14/system/core/fs_mgr/
H A Dfs_mgr_fstab.cpp780 std::string skip_mount_config; in SkipMountingPartitions() local
789 bool SkipMountWithConfig(const std::string& skip_mount_config, Fstab* fstab, bool verbose) { in SkipMountWithConfig()