Home
last modified time | relevance | path

Searched defs:DisableImage (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/core/fs_mgr/libfiemap/
H A Dimage_test.cpp118 TEST_F(NativeTest, DisableImage) { in TEST_F() argument
H A Dbinder.cpp197 bool ImageManagerBinder::DisableImage(const std::string&) { in DisableImage() function in android::fiemap::ImageManagerBinder
H A Dimage_manager.cpp682 bool ImageManager::DisableImage(const std::string& name) { in DisableImage() function in android::fiemap::ImageManager
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_fuzz_utils.h188 bool DisableImage(const std::string& name) override { return impl_->DisableImage(name); } in DisableImage() function