Searched refs:unique_path (Results 1 – 2 of 2) sorted by relevance
105 std::string unique_path; in DeleteDevice() local106 if (!GetDeviceUniquePath(name, &unique_path)) { in DeleteDevice()127 if (unique_path.empty()) { in DeleteDevice()130 if (!WaitForFileDeleted(unique_path, timeout_ms)) { in DeleteDevice()131 LOG(ERROR) << "Failed waiting for " << unique_path << " to be deleted"; in DeleteDevice()184 std::string unique_path; in WaitForDevice() local185 if (!GetDeviceUniquePath(name, &unique_path) || !GetDmDevicePathByName(name, path)) { in WaitForDevice()199 unique_path = *path; in WaitForDevice()203 if (!WaitForFile(unique_path, timeout_ms)) { in WaitForDevice()204 LOG(ERROR) << "Failed waiting for device path: " << unique_path; in WaitForDevice()
44 std::string unique_path = TEMP_DATA_PATH + std::to_string(pid); in getUniquePath() local45 return unique_path; in getUniquePath()