Home
last modified time | relevance | path

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

/system/core/fs_mgr/libfiemap/include/libfiemap/
Dimage_manager.h121 virtual FiemapStatus ZeroFillNewImage(const std::string& name, uint64_t bytes) = 0;
166 FiemapStatus ZeroFillNewImage(const std::string& name, uint64_t bytes);
/system/core/fs_mgr/libsnapshot/
Dsnapshot_fuzz_utils.h186 android::fiemap::FiemapStatus ZeroFillNewImage(const std::string& name, in ZeroFillNewImage() function
188 return impl_->ZeroFillNewImage(name, bytes); in ZeroFillNewImage()
/system/core/fs_mgr/libfiemap/
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
Dimage_manager.cpp195 auto res = ZeroFillNewImage(name, 0); in CreateBackingImage()
204 FiemapStatus ImageManager::ZeroFillNewImage(const std::string& name, uint64_t bytes) { in ZeroFillNewImage() function in android::fiemap::ImageManager
/system/gsid/
Dgsi_service.cpp659 auto res = impl_->ZeroFillNewImage(name, bytes); in zeroFillNewImage()