Home
last modified time | relevance | path

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

/system/apex/tools/
Dapex_compression_test.py177 image_file = files.get('apex_payload.img', None)
178 if image_file is None:
179 image_file = files.get('apex_payload.zip', None)
181 files['apex_payload'] = image_file
/system/apex/apexer/
Dapexer_test.py225 image_file = None
227 image_file = files["apex_payload.img"]
229 image_file = files["apex_payload.zip"]
230 self.assertIsNotNone(image_file)
231 files["apex_payload"] = image_file
/system/apex/tests/testdata/sharedlibs/build/
Dshared_libs_repack.py147 image_file = files.get('apex_payload.img')
148 if image_file is None:
149 image_file = files.get('apex_payload.zip')
151 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);