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:__anon297
686 cleanup();
727 cleanup();
/system/core/fastboot/
H A Dengine.c141 void (*cleanup)(struct image_data *image); member in struct:generator
365 if (status) goto cleanup;
370 if (status) goto cleanup;
372 cleanup:
373 generator->cleanup(&image);

Completed in 121 milliseconds