HomeSort by relevance Sort by last modified time
    Searched refs:INSTALL_FLAG_ADDJOURNAL (Results 1 - 2 of 2) sorted by null

  /bootable/diskinstaller/
installer.h 33 #define INSTALL_FLAG_ADDJOURNAL 0x2
installer.c 177 if (flags & INSTALL_FLAG_ADDJOURNAL) {
298 flags |= INSTALL_FLAG_ADDJOURNAL;
346 if (flags & INSTALL_FLAG_ADDJOURNAL) {
348 flags &= ~INSTALL_FLAG_ADDJOURNAL;

Completed in 240 milliseconds