Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for createMountPartition (0.23 sec)

  1. src/path/filepath/path_windows_test.go

    	testenv.MustHaveSymlink(t)
    	testWalkMklink(t, "J")
    }
    
    func TestWalkDirectorySymlink(t *testing.T) {
    	testenv.MustHaveSymlink(t)
    	testWalkMklink(t, "D")
    }
    
    func createMountPartition(t *testing.T, vhd string, args string) []byte {
    	testenv.MustHaveExecPath(t, "powershell")
    	t.Cleanup(func() {
    		cmd := testenv.Command(t, "powershell", "-Command", fmt.Sprintf("Dismount-VHD %q", vhd))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 20:38:54 UTC 2024
    - 19.6K bytes
    - Viewed (0)
Back to top