Home | History | Annotate | Download | only in vold

Lines Matching defs:mount_path

1187     char mount_path[256];
1211 sscanf(line, "%255s %255s %255s\n", device, mount_path, rest);
1213 if (!strncmp(mount_path, loopDir, loopDirLen)) {
1528 char mount_path[256];
1540 sscanf(line, "%255s %255s %255s\n", device, mount_path, rest);
1541 if (!strcmp(mount_path, mp)) {