Home
last modified time | relevance | path

Searched refs:ASECDIR (Results 1 – 2 of 2) sorted by relevance

/system/vold/
DVolumeManager.cpp84 const char *VolumeManager::ASECDIR = "/mnt/asec"; member in VolumeManager
731 int written = snprintf(buffer, maxlen, "%s/%s", VolumeManager::ASECDIR, id); in getAsecMountPath()
888 int written = snprintf(mountPoint, sizeof(mountPoint), "%s/%s", VolumeManager::ASECDIR, id); in createAsec()
980 int written = snprintf(mountPoint, sizeof(mountPoint), "%s/%s", VolumeManager::ASECDIR, id); in resizeAsec()
1141 int written = snprintf(mountPoint, sizeof(mountPoint), "%s/%s", VolumeManager::ASECDIR, id); in finalizeAsec()
1206 int written = snprintf(mountPoint, sizeof(mountPoint), "%s/%s", VolumeManager::ASECDIR, id); in fixupAsecPermissions()
1321 int written = snprintf(mountPoint, sizeof(mountPoint), "%s/%s", VolumeManager::ASECDIR, id1); in renameAsec()
1333 written = snprintf(mountPoint, sizeof(mountPoint), "%s/%s", VolumeManager::ASECDIR, id2); in renameAsec()
1381 int written = snprintf(mountPoint, sizeof(mountPoint), "%s/%s", VolumeManager::ASECDIR, id); in unmountAsec()
1517 int written = snprintf(mountPoint, sizeof(mountPoint), "%s/%s", VolumeManager::ASECDIR, id); in destroyAsec()
[all …]
DVolumeManager.h70 static const char *ASECDIR; variable