Searched refs:is_optional (Results 1 – 1 of 1) sorted by relevance
278 Result<void> Mount(const std::string& block_device, const std::string& target, bool is_optional) { in Mount() argument296 if (errno == ENOENT && is_optional) { in Mount()