Home
last modified time | relevance | path

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

/art/dexopt_chroot_setup/
Ddexopt_chroot_setup.cc278 Result<void> Mount(const std::string& block_device, const std::string& target, bool is_optional) { in Mount() argument
296 if (errno == ENOENT && is_optional) { in Mount()