HomeSort by relevance Sort by last modified time
    Searched refs:lookupActive (Results 1 - 5 of 5) sorted by null

  /system/vold/
Devmapper.h 30 static int lookupActive(const char *name, char *buffer, size_t len);
Loop.h 29 static int lookupActive(const char *id, char *buffer, size_t len);
Devmapper.cpp 133 int Devmapper::lookupActive(const char *name, char *ubuffer, size_t len) {
Loop.cpp 81 int Loop::lookupActive(const char *id, char *buffer, size_t len) {
VolumeManager.cpp 107 if (Loop::lookupActive(idHash, buffer, len)) {
125 if (Devmapper::lookupActive(idHash, buffer, len)) {
754 if (Loop::lookupActive(idHash, loopDevice, sizeof(loopDevice))) {
817 if (Loop::lookupActive(idHash, loopDevice, sizeof(loopDevice))) {
1104 if (!Loop::lookupActive(idHash, loopDevice, sizeof(loopDevice))) {
    [all...]

Completed in 229 milliseconds