Home
last modified time | relevance | path

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

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