Searched refs:socketPath (Results 1 – 5 of 5) sorted by relevance
666 String socketPath) in startCrosvmVirtiofs() argument676 "--socket=" + socketPath, in startCrosvmVirtiofs()768 String socketPath = customImageConfig.getSharedPaths()[i].getSocketPath(); in toVsRawConfig() local776 socketPath); in toVsRawConfig()780 while (!Files.exists(Path.of(socketPath)) in toVsRawConfig()784 if (!Files.exists(Path.of(socketPath))) { in toVsRawConfig()785 throw new IOException("Timeout waiting for socket: " + socketPath); in toVsRawConfig()790 socketPath, LocalSocketAddress.Namespace.FILESYSTEM)); in toVsRawConfig()
321 private final String socketPath; field in VirtualMachineCustomImageConfig.SharedPath333 String socketPath) { in SharedPath() argument343 this.socketPath = socketPath; in SharedPath()356 parcelable.socketPath = this.socket; in toParcelable()408 return socketPath; in getSocketPath()
157 val socketPath = context.getFilesDir().toPath().resolve("internal.virtiofs") in <lambda>() constant158 Files.deleteIfExists(socketPath) in <lambda>()169 socketPath.toString(), in <lambda>()
42 String socketPath;
1281 .join(&path.socketPath) in assemble_shared_paths()