Home
last modified time | relevance | path

Searched refs:ReadFromImageFile (Results 1 – 8 of 8) sorted by relevance

/aosp14/system/core/fs_mgr/liblp/
H A Dimages.h31 std::unique_ptr<LpMetadata> ReadFromImageFile(int fd);
H A Dimages.cpp70 std::unique_ptr<LpMetadata> ReadFromImageFile(int fd) { in ReadFromImageFile() function
104 std::unique_ptr<LpMetadata> ReadFromImageFile(const std::string& image_file) { in ReadFromImageFile() function
110 return ReadFromImageFile(fd); in ReadFromImageFile()
H A Dsuper_layout_builder.cpp31 auto metadata = ReadFromImageFile(fd.get()); in Open()
H A Dio_test.cpp437 unique_ptr<LpMetadata> imported = ReadFromImageFile(fd); in TEST_F()
/aosp14/system/core/fs_mgr/liblp/include/liblp/
H A Dliblp.h88 std::unique_ptr<LpMetadata> ReadFromImageFile(const std::string& image_file);
/aosp14/system/core/fs_mgr/libfiemap/
H A Dmetadata.cpp54 auto metadata = ReadFromImageFile(metadata_file); in OpenMetadata()
/aosp14/system/core/fastboot/
H A Dfastboot.cpp2119 auto metadata = android::fs_mgr::ReadFromImageFile(path); in should_flash_in_userspace()
2180 auto metadata = android::fs_mgr::ReadFromImageFile(image); in do_wipe_super()
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot.cpp4256 old_partition_metadata_ = android::fs_mgr::ReadFromImageFile(path); in ReadOldPartitionMetadata()