HomeSort by relevance Sort by last modified time
    Searched full:cleanrc (Results 1 - 1 of 1) sorted by null

  /external/srec/portable/src/
PFileSystem.c 136 ESR_ReturnCode cleanRC;
138 cleanRC = arrayList->getSize(arrayList, count);
139 if (cleanRC != ESR_SUCCESS)
143 cleanRC = arrayList->get(arrayList, 0, (void**)&value);
144 if (cleanRC != ESR_SUCCESS)
147 cleanRC = arrayList->remove(arrayList, 0);
148 if (cleanRC != ESR_SUCCESS)

Completed in 588 milliseconds