Home
last modified time | relevance | path

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

/art/dexopt_chroot_setup/
Ddexopt_chroot_setup.cc279 static const NoDestructor<Result<std::vector<std::string>>> supported_filesystems( in Mount() local
281 if (!supported_filesystems->ok()) { in Mount()
282 return supported_filesystems->error(); in Mount()
285 for (const std::string& filesystem : supported_filesystems->value()) { in Mount()