Home
last modified time | relevance | path

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

/system/extras/partition_tools/
Dlpflash.cc43 std::unique_ptr<LpMetadata> pt = ReadFromImageFile(argv[2]); in main()
Dlpadd.cc144 metadata_ = android::fs_mgr::ReadFromImageFile(abs_super_path_); in Open()
Dlpdump.cc385 return ReadFromImageFile(path); in ReadDeviceOrFile()
/system/core/fs_mgr/liblp/
Dimages.h31 std::unique_ptr<LpMetadata> ReadFromImageFile(int fd);
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()
Dio_test.cpp433 unique_ptr<LpMetadata> imported = ReadFromImageFile(fd); in TEST_F()
/system/core/fs_mgr/liblp/include/liblp/
Dliblp.h88 std::unique_ptr<LpMetadata> ReadFromImageFile(const std::string& image_file);
/system/core/fs_mgr/libfiemap/
Dmetadata.cpp53 auto metadata = ReadFromImageFile(metadata_file); in OpenMetadata()
/system/core/fastboot/
Dfastboot.cpp1799 auto metadata = android::fs_mgr::ReadFromImageFile(path); in should_flash_in_userspace()
1873 auto metadata = android::fs_mgr::ReadFromImageFile(image); in do_wipe_super()
/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp3685 old_partition_metadata_ = android::fs_mgr::ReadFromImageFile(path); in ReadOldPartitionMetadata()