OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ASECDIR
(Results
1 - 3
of
3
) sorted by null
/system/vold/
Volume.h
45
static const char *
ASECDIR
;
VolumeManager.cpp
208
snprintf(buffer, maxlen, "%s/%s", Volume::
ASECDIR
, id);
359
snprintf(mountPoint, sizeof(mountPoint), "%s/%s", Volume::
ASECDIR
, id);
408
snprintf(mountPoint, sizeof(mountPoint), "%s/%s", Volume::
ASECDIR
, id);
429
snprintf(mountPoint, sizeof(mountPoint), "%s/%s", Volume::
ASECDIR
, id1);
436
snprintf(mountPoint, sizeof(mountPoint), "%s/%s", Volume::
ASECDIR
, id2);
471
snprintf(mountPoint, sizeof(mountPoint), "%s/%s", Volume::
ASECDIR
, id);
583
snprintf(mountPoint, sizeof(mountPoint), "%s/%s", Volume::
ASECDIR
, id);
611
snprintf(mountPoint, sizeof(mountPoint), "%s/%s", Volume::
ASECDIR
, id);
[
all
...]
Volume.cpp
79
const char *Volume::
ASECDIR
= "/mnt/asec";
Completed in 28 milliseconds