Home
last modified time | relevance | path

Searched refs:ZeroFillNewImage (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_fuzz_utils.h191 android::fiemap::FiemapStatus ZeroFillNewImage(const std::string& name, in ZeroFillNewImage() function
193 return impl_->ZeroFillNewImage(name, bytes); in ZeroFillNewImage()
/aosp12/system/core/fs_mgr/libfiemap/include/libfiemap/
H A Dimage_manager.h128 virtual FiemapStatus ZeroFillNewImage(const std::string& name, uint64_t bytes) = 0;
175 FiemapStatus ZeroFillNewImage(const std::string& name, uint64_t bytes);
/aosp12/system/core/fs_mgr/libfiemap/
H A Dbinder.cpp63 FiemapStatus ZeroFillNewImage(const std::string& name, uint64_t bytes) override;
182 FiemapStatus ImageManagerBinder::ZeroFillNewImage(const std::string& name, uint64_t bytes) { in ZeroFillNewImage() function in android::fiemap::ImageManagerBinder
H A Dimage_manager.cpp209 auto res = ZeroFillNewImage(name, 0); in CreateBackingImage()
218 FiemapStatus ImageManager::ZeroFillNewImage(const std::string& name, uint64_t bytes) { in ZeroFillNewImage() function in android::fiemap::ImageManager
/aosp12/system/gsid/
H A Dgsi_service.cpp724 auto res = impl_->ZeroFillNewImage(name, bytes); in zeroFillNewImage()