- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for PostPath (0.04 seconds)
-
misc/go_android_exec/main.go
for { for _, name := range []string{"testdata", "go.mod", "go.sum"} { hostPath := filepath.Join(dir, name) if _, err := os.Stat(hostPath); err != nil { continue } devicePath := path.Join(deviceCwd, dir) if err := adb("exec-out", "mkdir", "-p", devicePath); err != nil { return err } if err := adb("push", hostPath, devicePath); err != nil { return err } } if subdir == "." {Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Mon Aug 21 17:46:57 GMT 2023 - 15.3K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/test/DistroTestPlugin.java
) { return Util.toStringable(() -> { String hostPath = jdkProvider.get().getDestinationDir().toString(); if (vagrant.isWindowsVM()) { return convertWindowsPath(project, hostPath) + additionalWindows; } else { return convertLinuxPath(project, hostPath) + additionaLinux; } }); }Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Sep 28 21:31:21 GMT 2021 - 23.1K bytes - Click Count (0)