Searched refs:firstSpace (Results 1 – 8 of 8) sorted by relevance
51 firstSpace = NULL; in GPTDataCurses()75 while (firstSpace != NULL) { in EmptySpaces()76 trash = firstSpace; in EmptySpaces()77 firstSpace = firstSpace->nextSpace; in EmptySpaces()125 if (firstSpace == NULL) { in AddEmptySpaces()129 current = firstSpace; in AddEmptySpaces()131 if ((current == firstSpace) && (current->firstLBA > GetFirstUsableLBA())) { in AddEmptySpaces()157 if (theSpace == firstSpace) in UnlinkSpace()158 firstSpace = theSpace->nextSpace; in UnlinkSpace()170 firstSpace = lastSpace = theSpace; in LinkToEnd()[all …]
80 Space *firstSpace; variable
282 int firstSpace = line.indexOf(' '); in readJournalLine() local283 if (firstSpace == -1) { in readJournalLine()287 int keyBegin = firstSpace + 1; in readJournalLine()292 if (firstSpace == REMOVE.length() && line.startsWith(REMOVE)) { in readJournalLine()306 if (secondSpace != -1 && firstSpace == CLEAN.length() && line.startsWith(CLEAN)) { in readJournalLine()311 } else if (secondSpace == -1 && firstSpace == DIRTY.length() && line.startsWith(DIRTY)) { in readJournalLine()313 } else if (secondSpace == -1 && firstSpace == READ.length() && line.startsWith(READ)) { in readJournalLine()
312 int firstSpace = line.indexOf(' '); in readJournalLine() local313 if (firstSpace == -1) { in readJournalLine()317 int keyBegin = firstSpace + 1; in readJournalLine()322 if (firstSpace == REMOVE.length() && line.startsWith(REMOVE)) { in readJournalLine()336 if (secondSpace != -1 && firstSpace == CLEAN.length() && line.startsWith(CLEAN)) { in readJournalLine()341 } else if (secondSpace == -1 && firstSpace == DIRTY.length() && line.startsWith(DIRTY)) { in readJournalLine()343 } else if (secondSpace == -1 && firstSpace == READ.length() && line.startsWith(READ)) { in readJournalLine()
META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...