Searched defs:cleanup (Results 1 - 3 of 3) sorted by relevance

/system/extras/fatblock/
H A Dfatblock.c125 static void cleanup(void) function
127 WARN("cleanup: clearing USB mass storage file\n");
129 WARN("cleanup: destroying block device\n");
136 cleanup();
147 cleanup();
/system/extras/tests/sdcard/
H A Dsdcard_perf_test.cpp197 void cleanup() { function in namespace:__anon517
686 cleanup();
727 cleanup();
/system/core/fastboot/
H A Dengine.c142 void (*cleanup)(struct image_data *image); member in struct:generator
383 if (status) goto cleanup;
388 if (status) goto cleanup;
390 cleanup:
391 generator->cleanup(&image);

Completed in 163 milliseconds