Home
last modified time | relevance | path

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

/system/extras/partition_tools/
Dlpflash.cc43 std::unique_ptr<LpMetadata> pt = ReadFromImageFile(argv[2]); in main()
Dlpdump.cc305 pt = ReadFromImageFile(file); in LpdumpMain()
/system/core/fs_mgr/liblp/
Dimages.h31 std::unique_ptr<LpMetadata> ReadFromImageFile(int fd);
Dimages.cpp36 std::unique_ptr<LpMetadata> ReadFromImageFile(int fd) { in ReadFromImageFile() function
70 std::unique_ptr<LpMetadata> ReadFromImageFile(const std::string& image_file) { in ReadFromImageFile() function
76 return ReadFromImageFile(fd); in ReadFromImageFile()
Dio_test.cpp430 unique_ptr<LpMetadata> imported = ReadFromImageFile(fd); in TEST()
/system/core/fs_mgr/liblp/include/liblp/
Dliblp.h78 std::unique_ptr<LpMetadata> ReadFromImageFile(const std::string& image_file);
/system/gsid/
Dgsi_service.cpp913 auto old_metadata = ReadFromImageFile(kGsiLpMetadataFile); in ReenableGsi()
956 auto old_metadata = ReadFromImageFile(kGsiLpMetadataFile); in WipeUserdata()
/system/core/init/
Dfirst_stage_mount.cpp597 auto metadata = android::fs_mgr::ReadFromImageFile(metadata_file.c_str()); in UseGsiIfPresent()
/system/core/fastboot/
Dfastboot.cpp1567 auto metadata = android::fs_mgr::ReadFromImageFile(path); in should_flash_in_userspace()