Home
last modified time | relevance | path

Searched refs:compareCommandLineToArgvWithSyscall (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/os/
Dos_windows_test.go828 func compareCommandLineToArgvWithSyscall(t *testing.T, cmd string) { func
925 compareCommandLineToArgvWithSyscall(t, "test"+cmd)
926 compareCommandLineToArgvWithSyscall(t, `"cmd line"`+cmd)
927 compareCommandLineToArgvWithSyscall(t, exe+cmd)