Searched refs:asecPath (Results 1 - 2 of 2) sorted by relevance
/system/vold/ |
H A D | VolumeManager.h | 144 int findAsec(const char *id, char *asecPath = NULL, size_t asecPathLen = 0,
|
H A D | VolumeManager.cpp | 1586 int VolumeManager::findAsec(const char *id, char *asecPath, size_t asecPathLen, argument 1615 if (asecPath != NULL) { 1616 int written = snprintf(asecPath, asecPathLen, "%s/%s", dir, asecName);
|
Completed in 88 milliseconds