#include "flutter/fml/build_config.h"#include "flutter/fml/unique_object.h"#include <dirent.h>#include <unistd.h>Go to the source code of this file.
Classes | |
| struct | fml::internal::os_unix::UniqueFDTraits |
| struct | fml::internal::os_unix::UniqueDirTraits |
Namespaces | |
| namespace | fml |
| namespace | fml::internal |
| namespace | fml::internal::os_unix |
Typedefs | |
| using | fml::UniqueFD = UniqueObject< int, internal::os_unix::UniqueFDTraits > |
| using | fml::UniqueDir = UniqueObject< DIR *, internal::os_unix::UniqueDirTraits > |