Searched refs:unique_path (Results 1 – 2 of 2) sorted by relevance
100 std::string unique_path; in DeleteDevice() local101 if (!GetDeviceUniquePath(name, &unique_path)) { in DeleteDevice()120 if (unique_path.empty()) { in DeleteDevice()123 if (!WaitForFileDeleted(unique_path, timeout_ms)) { in DeleteDevice()124 LOG(ERROR) << "Failed waiting for " << unique_path << " to be deleted"; in DeleteDevice()158 std::string unique_path; in CreateDevice() local159 if (!LoadTableAndActivate(name, table) || !GetDeviceUniquePath(name, &unique_path) || in CreateDevice()174 unique_path = *path; in CreateDevice()178 if (!WaitForFile(unique_path, timeout_ms)) { in CreateDevice()179 LOG(ERROR) << "Failed waiting for device path: " << unique_path; in CreateDevice()
44 std::string unique_path = TEMP_DATA_PATH + std::to_string(pid); in getUniquePath() local45 return unique_path; in getUniquePath()