Home
last modified time | relevance | path

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

/external/lldb/tools/debugserver/source/
DRNBContext.h118 …const char * GetWorkingDirPath() { return m_working_dir.empty() ? NULL : m_working_dir.c_str();… in GetWorkingDirPath() function
Ddebugserver.cpp217 const char * cwd = (ctx.GetWorkingDirPath() != NULL ? ctx.GetWorkingDirPath() in RNBRunLoopLaunchInferior()
DRNBRemote.cpp2147 if (::stat(m_ctx.GetWorkingDirPath(), &working_dir_stat) == -1) in HandlePacket_QSetWorkingDir()