Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp125 const char *options, const char *remote_path_prefix, in EnableRsync() argument
127 LLDB_INSTRUMENT_VA(this, options, remote_path_prefix, in EnableRsync()
133 if (remote_path_prefix && remote_path_prefix[0]) in EnableRsync()
134 m_opaque_ptr->m_rsync_remote_path_prefix = remote_path_prefix; in EnableRsync()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBPlatform.h43 void EnableRsync(const char *options, const char *remote_path_prefix,