Home
last modified time | relevance | path

Searched refs:file_arg_remote (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
809 file_arg_remote.arg_type = eArgTypeFilename; in CommandObjectPlatformGetFile()
810 file_arg_remote.arg_repetition = eArgRepeatPlain; in CommandObjectPlatformGetFile()
813 arg1.push_back(file_arg_remote); in CommandObjectPlatformGetFile()
893 CommandArgumentData file_arg_remote; in CommandObjectPlatformGetSize() local
896 file_arg_remote.arg_type = eArgTypeFilename; in CommandObjectPlatformGetSize()
897 file_arg_remote.arg_repetition = eArgRepeatPlain; in CommandObjectPlatformGetSize()
900 arg1.push_back(file_arg_remote); in CommandObjectPlatformGetSize()