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
47
static const char *
ASECDIR
;
VolumeManager.cpp
229
int written = snprintf(buffer, maxlen, "%s/%s", Volume::
ASECDIR
, id);
316
const char *
asecDir
= isExternal ? Volume::SEC_ASECDIR_EXT : Volume::SEC_ASECDIR_INT;
318
int written = snprintf(asecFileName, sizeof(asecFileName), "%s/%s.asec",
asecDir
, id);
422
int written = snprintf(mountPoint, sizeof(mountPoint), "%s/%s", Volume::
ASECDIR
, id);
531
int written = snprintf(mountPoint, sizeof(mountPoint), "%s/%s", Volume::
ASECDIR
, id);
594
int written = snprintf(mountPoint, sizeof(mountPoint), "%s/%s", Volume::
ASECDIR
, id);
703
int written = snprintf(mountPoint, sizeof(mountPoint), "%s/%s", Volume::
ASECDIR
, id1);
715
written = snprintf(mountPoint, sizeof(mountPoint), "%s/%s", Volume::
ASECDIR
, id2);
763
int written = snprintf(mountPoint, sizeof(mountPoint), "%s/%s", Volume::
ASECDIR
, id);
893
int written = snprintf(mountPoint, sizeof(mountPoint), "%s/%s", Volume::
ASECDIR
, id)
[
all
...]
Volume.cpp
79
const char *Volume::
ASECDIR
= "/mnt/asec";
Completed in 50 milliseconds