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

/system/vold/
H A Dmain.cpp173 char *type, *label, *mount_point, *mount_flags, *sysfs_path; local
214 while ((sysfs_path = strtok_r(NULL, delim, &save_ptr))) {
215 if (*sysfs_path != '/') {
219 if (dv->addPath(sysfs_path)) {
220 SLOGE("Failed to add devpath %s to volume %s", sysfs_path,
226 /* If sysfs_path is non-null at this point, then it contains
229 if (sysfs_path)
230 flags = parse_mount_flags(sysfs_path);

Completed in 35 milliseconds