Searched refs:m_old_file_path (Results 1 – 2 of 2) sorted by relevance
149 const char *get_old_file_path() const { return (m_old_file_path); } in get_old_file_path()202 char *m_old_file_path; variable
155 m_old_file_path(nullptr), in DDL_Record()173 m_old_file_path = mem_heap_strdupl(m_heap, name, len); in set_old_file_path()181 m_old_file_path = static_cast<char *>(mem_heap_dup(m_heap, data, len + 1)); in set_old_file_path()182 m_old_file_path[len] = '\0'; in set_old_file_path()285 if (m_old_file_path != nullptr) { in print()289 out << " old_file_path=" << m_old_file_path; in print()