Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp779 CommandArgumentData file_arg_remote, file_arg_host; in CommandObjectPlatformGetFile() local
789 file_arg_host.arg_type = eArgTypeFilename; in CommandObjectPlatformGetFile()
790 file_arg_host.arg_repetition = eArgRepeatPlain; in CommandObjectPlatformGetFile()
793 arg2.push_back(file_arg_host); in CommandObjectPlatformGetFile()