Android-cuttlefish cvd tool
|
#include <android-base/logging.h>
#include <android-base/macros.h>
#include <android-base/off64_t.h>
#include <atomic>
#include <iterator>
#include <memory>
#include <shared_mutex>
#include <type_traits>
#include <vector>
Go to the source code of this file.
Classes | |
class | android::incfs::IncFsFileMap |
struct | android::incfs::map_ptr< T, Verified > |
class | android::incfs::map_ptr< T, Verified >::const_iterator |
Namespaces | |
namespace | android |
namespace | android::incfs |
Macros | |
#define | LIBINCFS_MAP_PTR_DEBUG false |
#define | LIBINCFS_MAP_PTR_DEBUG_CODE(x) |
Typedefs | |
template<typename T > | |
using | android::incfs::verified_map_ptr = map_ptr< T, true > |
#define LIBINCFS_MAP_PTR_DEBUG false |
#define LIBINCFS_MAP_PTR_DEBUG_CODE | ( | x | ) |