OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:destroyContainer
(Results
1 - 4
of
4
) sorted by null
/hardware/intel/common/libwsbm/src/
wsbm_pool.h
50
void (*
destroyContainer
) (void *);
96
storage->
destroyContainer
= NULL;
116
if (storage->
destroyContainer
)
117
storage->
destroyContainer
(storage->destroyArg);
wsbm_manager.c
951
storage->
destroyContainer
= &wsbmBOFreeSimple;
wsbm_slabpool.c
688
buf->storage.
destroyContainer
= NULL;
/frameworks/base/core/tests/coretests/src/android/os/storage/
AsecTests.java
113
private int
destroyContainer
(String localId, boolean force) throws Exception {
310
destroyContainer
("testDestroyContainer", false));
321
destroyContainer
("testDestroyContainer", false));
328
destroyContainer
("testDestroyContainer", false));
335
destroyContainer
("testDestroyContainer", false));
423
destroyContainer
("testDestroyBusyContainer", false));
427
destroyContainer
("testDestroyBusyContainer", false));
Completed in 1407 milliseconds