Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libfiemap/include/libfiemap/
H A Dimage_manager.h55 static constexpr int CREATE_IMAGE_READONLY = 0x1; variable
/aosp14/system/core/fs_mgr/libfiemap/
H A Dimage_manager.cpp203 bool readonly = !!(flags & CREATE_IMAGE_READONLY); in CreateBackingImage()