OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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);
VolumeManager.cpp
519
if (Loop::
lookupActive
(idHash, loopDevice, sizeof(loopDevice))) {
582
if (Loop::
lookupActive
(idHash, loopDevice, sizeof(loopDevice))) {
857
if (!Loop::
lookupActive
(idHash, loopDevice, sizeof(loopDevice))) {
1048
if (Loop::
lookupActive
(idHash, loopDevice, sizeof(loopDevice))) {
1084
if (Devmapper::
lookupActive
(idHash, dmDevice, sizeof(dmDevice))) {
[
all
...]
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) {
Completed in 30 milliseconds