Searched refs:socket_path (Results 1 – 2 of 2) sorted by relevance
172 llvm::SmallString<0> socket_model, socket_path; in DebugProcess() local176 llvm::sys::fs::createUniquePath(socket_model, socket_path, false); in DebugProcess()177 } while (FileSystem::Instance().Exists(socket_path)); in DebugProcess()179 Args args({qemu.GetPath(), "-g", socket_path}); in DebugProcess()227 error = process_sp->ConnectRemote(("unix-connect://" + socket_path).str()); in DebugProcess()
583 llvm::SmallString<128> socket_path; in GetDomainSocketPath() local590 llvm::sys::fs::createUniqueFile(socket_path_spec.GetCString(), socket_path); in GetDomainSocketPath()591 return FileSpec(socket_path.c_str()); in GetDomainSocketPath()