Searched defs:path_ptr (Results 1 - 1 of 1) sorted by relevance

/external/lldb/tools/driver/
H A DIOChannel.cpp290 const char *path_ptr = history_path; local
292 ::history (m_history, &m_history_event, H_SAVE, path_ptr);
294 ::history (m_history, &m_history_event, H_LOAD, path_ptr);

Completed in 79 milliseconds