Searched refs:asecPathLen (Results 1 - 2 of 2) sorted by relevance

/system/vold/
H A DVolumeManager.h90 int findAsec(const char *id, char *asecPath = NULL, size_t asecPathLen = 0,
H A DVolumeManager.cpp824 int VolumeManager::findAsec(const char *id, char *asecPath, size_t asecPathLen, argument
850 int written = snprintf(asecPath, asecPathLen, "%s/%s", dir, asecName);
851 if (written < 0 || static_cast<size_t>(written) >= asecPathLen) {

Completed in 37 milliseconds