Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for Flash (0.12 sec)

  1. src/os/os_test.go

    	for len(tmpdir) < 400 {
    		tmpdir += "/dir3456789"
    	}
    	for _, sz := range sizes {
    		t.Run(fmt.Sprintf("length=%d", sz), func(t *testing.T) {
    			sizedTempDir := tmpdir[:sz-1] + "x" // Ensure it does not end with a slash.
    
    			// The various sized runs are for this call to trigger the boundary
    			// condition.
    			if err := MkdirAll(sizedTempDir, 0755); err != nil {
    				t.Fatalf("MkdirAll failed: %v", err)
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 83.1K bytes
    - Viewed (0)
Back to top