Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectPlatform.cpp806 CommandArgumentData file_arg_remote, file_arg_host; in CommandObjectPlatformGetFile() local
816 file_arg_host.arg_type = eArgTypeFilename; in CommandObjectPlatformGetFile()
817 file_arg_host.arg_repetition = eArgRepeatPlain; in CommandObjectPlatformGetFile()
820 arg2.push_back(file_arg_host); in CommandObjectPlatformGetFile()