Home | History | Annotate | Download | only in vold

Lines Matching refs:keyPath

477     std::string keyPath = android::vold::BuildKeyPath(normalizedGuid);
478 if (unlink(keyPath.c_str()) != 0) {
479 LOG(ERROR) << "Failed to unlink " << keyPath;