Home
last modified time | relevance | path

Searched defs:CommandLineToArgv (Results 1 – 3 of 3) sorted by relevance

/prebuilts/go/linux-x86/src/os/
Dexport_windows_test.go12 CommandLineToArgv = commandLineToArgv var
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/
Dexec_windows.go179 func CommandLineToArgv(cmd *uint16, argc *int32) (argv *[8192]*[8192]uint16, err error) { func
/prebuilts/go/linux-x86/src/syscall/
Dzsyscall_windows.go1229 func CommandLineToArgv(cmd *uint16, argc *int32) (argv *[8192]*[8192]uint16, err error) { func