Home
last modified time | relevance | path

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

/system/gsid/aidl/android/gsi/
DIImageService.aidl26 const int CREATE_IMAGE_DEFAULT = 0x0; field
/system/core/fs_mgr/libfiemap/include/libfiemap/
Dimage_manager.h47 static constexpr int CREATE_IMAGE_DEFAULT = 0x0; variable
/system/gsid/
Dpartition_installer.cpp181 int flags = ImageManager::CREATE_IMAGE_DEFAULT; in CreateImage()
/system/core/fs_mgr/libsnapshot/
Dsnapshot_test.cpp1114 IImageManager::CREATE_IMAGE_DEFAULT)); in TEST_F()
1829 IImageManager::CREATE_IMAGE_DEFAULT)) in TEST_P()
1839 IImageManager::CREATE_IMAGE_DEFAULT); in TEST_P()
1912 IImageManager::CREATE_IMAGE_DEFAULT | IImageManager::CREATE_IMAGE_ZERO_FILL; in main()
Dsnapshot.cpp361 int cow_flags = IImageManager::CREATE_IMAGE_DEFAULT; in CreateCowImage()
/system/core/fs_mgr/
Dfs_mgr_overlayfs.cpp1081 auto flags = IImageManager::CREATE_IMAGE_DEFAULT; in CreateScratchOnData()