Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libfiemap/include/libfiemap/
H A Dimage_manager.h54 static constexpr int CREATE_IMAGE_DEFAULT = 0x0; variable
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_test.cpp1690 IImageManager::CREATE_IMAGE_DEFAULT)); in TEST_F()
2699 IImageManager::CREATE_IMAGE_DEFAULT | IImageManager::CREATE_IMAGE_ZERO_FILL; in CreateFakeSuper()
H A Dsnapshot.cpp435 int cow_flags = IImageManager::CREATE_IMAGE_DEFAULT; in CreateCowImage()
/aosp14/system/core/fs_mgr/
H A Dfs_mgr_overlayfs.cpp1124 auto flags = IImageManager::CREATE_IMAGE_DEFAULT; in CreateScratchOnData()