Home
last modified time | relevance | path

Searched refs:image_file (Results 1 – 3 of 3) sorted by relevance

/system/apex/apexer/
Dapexer_test.py192 image_file = None
194 image_file = files["apex_payload.img"]
196 image_file = files["apex_payload.zip"]
197 self.assertIsNotNone(image_file)
198 files["apex_payload"] = image_file
/system/core/fs_mgr/liblp/
Dimages.cpp104 std::unique_ptr<LpMetadata> ReadFromImageFile(const std::string& image_file) { in ReadFromImageFile() argument
105 unique_fd fd = GetControlFileOrOpen(image_file.c_str(), O_RDONLY | O_CLOEXEC); in ReadFromImageFile()
107 PERROR << __PRETTY_FUNCTION__ << " open failed: " << image_file; in ReadFromImageFile()
/system/core/fs_mgr/liblp/include/liblp/
Dliblp.h88 std::unique_ptr<LpMetadata> ReadFromImageFile(const std::string& image_file);