Searched refs:lookupActive (Results 1 - 5 of 5) sorted by relevance

/system/vold/
H A DDevmapper.h30 static int lookupActive(const char *name, char *buffer, size_t len);
H A DLoop.h30 static int lookupActive(const char *id, char *buffer, size_t len);
H A DDevmapper.cpp133 int Devmapper::lookupActive(const char *name, char *ubuffer, size_t len) { function in class:Devmapper
H A DLoop.cpp90 int Loop::lookupActive(const char *id, char *buffer, size_t len) { function in class:Loop
H A DVolumeManager.cpp149 if (Loop::lookupActive(idHash, buffer, len)) {
167 if (Devmapper::lookupActive(idHash, buffer, len)) {
1192 if (Loop::lookupActive(idHash, loopDevice, sizeof(loopDevice))) {
1257 if (Loop::lookupActive(idHash, loopDevice, sizeof(loopDevice))) {
1544 if (!Loop::lookupActive(idHash, loopDevice, sizeof(loopDevice))) {

Completed in 95 milliseconds