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
46
static const char *
ASECDIR
;
VolumeManager.cpp
222
int written = snprintf(buffer, maxlen, "%s/%s", Volume::
ASECDIR
, id);
297
const char *
asecDir
= isExternal ? Volume::SEC_ASECDIR_EXT : Volume::SEC_ASECDIR_INT;
299
int written = snprintf(asecFileName, sizeof(asecFileName), "%s/%s.asec",
asecDir
, id);
403
int written = snprintf(mountPoint, sizeof(mountPoint), "%s/%s", Volume::
ASECDIR
, id);
506
int written = snprintf(mountPoint, sizeof(mountPoint), "%s/%s", Volume::
ASECDIR
, id);
563
int written = snprintf(mountPoint, sizeof(mountPoint), "%s/%s", Volume::
ASECDIR
, id);
660
int written = snprintf(mountPoint, sizeof(mountPoint), "%s/%s", Volume::
ASECDIR
, id1);
672
written = snprintf(mountPoint, sizeof(mountPoint), "%s/%s", Volume::
ASECDIR
, id2);
714
int written = snprintf(mountPoint, sizeof(mountPoint), "%s/%s", Volume::
ASECDIR
, id);
838
int written = snprintf(mountPoint, sizeof(mountPoint), "%s/%s", Volume::
ASECDIR
, id)
[
all
...]
Volume.cpp
82
const char *Volume::
ASECDIR
= "/mnt/asec";
Completed in 472 milliseconds