Lines Matching refs:flags
139 process_ext2_image(const char *dst, const char *src, uint32_t flags, int test)
164 if (flags & INSTALL_FLAG_RESIZE) {
177 if (flags & INSTALL_FLAG_ADDJOURNAL) {
204 uint32_t flags = 0;
284 /* process the 'flags' image parameter */
285 if ((tmp = config_str(img, "flags", NULL)) != NULL) {
289 LOGE("Cannot allocate memory for dup'd flags string");
294 flags |= INSTALL_FLAG_RESIZE;
296 flags |= INSTALL_FLAG_ADDJOURNAL;
342 if (flags & INSTALL_FLAG_ADDJOURNAL) {
344 flags &= ~INSTALL_FLAG_ADDJOURNAL;
349 if (process_ext2_image(dest_part, filename, flags, test))