Home | History | Annotate | Download | only in vold

Lines Matching defs:rc

387     int rc = 0;
396 rc = wait_and_unmount(tmp_path.c_str(), true);
397 if (rc) {
398 SLOGE("umount %s failed with rc %d, msg %s",
399 tmp_path.c_str(), rc, strerror(errno));
400 return rc;
403 rc = wait_and_unmount(path, true);
404 if (rc) {
405 SLOGE("umount %s failed with rc %d, msg %s",
406 path, rc, strerror(errno));
407 return rc;