Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp827 const char *local_file_path = args.GetArgumentAtIndex(1); in DoExecute() local
829 FileSpec(local_file_path)); in DoExecute()
833 remote_file_path, local_file_path); in DoExecute()