Searched refs:c_str_tmp (Results 1 – 1 of 1) sorted by relevance
29 char* c_str_tmp = nullptr; variable59 if (c_str_tmp != nullptr) { in extract()60 delete[] c_str_tmp; in extract()152 if (c_str_tmp != nullptr) { in archive_error_string()153 delete[] c_str_tmp; in archive_error_string()156 c_str_tmp = new char[str_tmp.length() + 1]; in archive_error_string()157 strcpy(c_str_tmp, str_tmp.c_str()); // NOLINT(runtime/printf) in archive_error_string()159 return c_str_tmp; in archive_error_string()170 if (c_str_tmp != nullptr) { in archive_entry_pathname()171 delete[] c_str_tmp; in archive_entry_pathname()[all …]