OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAsecMountPath
(Results
1 - 3
of
3
) sorted by null
/system/vold/
VolumeManager.h
112
int
getAsecMountPath
(const char *id, char *buffer, int maxlen);
CommandListener.cpp
443
if (!(rc = vm->
getAsecMountPath
(argv[2], path, sizeof(path)))) {
VolumeManager.cpp
331
int VolumeManager::
getAsecMountPath
(const char *id, char *buffer, int maxlen) {
335
SLOGE("
getAsecMountPath
: Invalid asec id \"%s\"", id);
353
SLOGE("
getAsecMountPath
failed for %s: couldn't construct path in buffer", id);
[
all
...]
Completed in 222 milliseconds